Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiple MCP2221 I2C buses (improved) #637

Closed

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    f86d610 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    fgervais committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    b428f71 View commit details
    Browse the repository at this point in the history
  3. Add examples

    fgervais committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    32852ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    877aae7 View commit details
    Browse the repository at this point in the history
  5. Remove prints

    fgervais committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    24a73e2 View commit details
    Browse the repository at this point in the history
  6. Remove examples/mcps_busio_i2c.py

    It's now superseded by `examples/mcp2221_multiple_busio_i2c.py`.
    fgervais committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    ce4032f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ca9d6ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7b6441 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1224623 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    301fa1f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5104e5d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9447b81 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    6e98be4 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Merge pull request adafruit#1 from ezio-melotti/multiple-mcp2221-updated

    Sync the `multiple-mcp2221` branch with upstream
    fgervais committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    1fe958f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Add license to examples

    fgervais committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    b2e6c67 View commit details
    Browse the repository at this point in the history
  2. Add copyright to examples

    fgervais committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    db91cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b89397 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    d739532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb0ea63 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. Make black happy.

    ezio-melotti committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    3477c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eafe43f View commit details
    Browse the repository at this point in the history
  3. Make pylint happy.

    ezio-melotti committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    a584d04 View commit details
    Browse the repository at this point in the history
  4. Make pylint happier.

    ezio-melotti committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    505be77 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Restore import in pin.py.

    If the first MCP2221 is not available (e.g. in use by another process)
    this will cause an additional MCP2221 to be opened, on top of the one
    already opened by mcp2221.py.
    ezio-melotti committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    c8d9318 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. Configuration menu
    Copy the full SHA
    4ea3997 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Silence Pylint warning.

    ezio-melotti committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    86ac218 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Remove debug prints.

    ezio-melotti committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    041462e View commit details
    Browse the repository at this point in the history
  2. Make pylint happy.

    ezio-melotti committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    28ae3d3 View commit details
    Browse the repository at this point in the history