Skip to content

Add i2c probe compatibility #55

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

Merged
merged 2 commits into from
Jan 22, 2025
Merged

Conversation

rjauquet
Copy link
Contributor

Attempting to resolve #54 with some backwards compatibility for circuitpython <9.2.

@mikeysklar
Copy link

@rjauquet thank you for this PR.

I have tested this with the following hardware. It resolved a forum issue.

+-------------------------------+--------------------------------------------+
| Component                     | Details                                    |
+-------------------------------+--------------------------------------------+
| Adafruit PCA9548              | 8-channel mux (ADA# 5626)                  |
| Feather RP2040                | CircuitPython 9.2.1                       |
| Libraries Installed           | adafruit_sht4x (2024-12-24)                |
|                               | adafruit_tca9548a (2024-12-24)             |
+-------------------------------+--------------------------------------------+

@dhalbert - requesting this PR be included in the next lib release.

@Pyetrek
Copy link

Pyetrek commented Jan 4, 2025

I have also tested this change alongside #56. Would love to see both included in the next release too!

Copy link
Contributor

@FoamyGuy FoamyGuy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@FoamyGuy FoamyGuy merged commit d7b8234 into adafruit:main Jan 22, 2025
1 check passed
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Jan 23, 2025
Updating https://github.com/adafruit/Adafruit_CircuitPython_CCS811 to 1.3.18 from 1.3.17:
  > Merge pull request adafruit/Adafruit_CircuitPython_CCS811#52 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_ICM20X to 2.1.6 from 2.1.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_ICM20X#29 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_MCP9808 to 3.3.26 from 3.3.25:
  > Merge pull request adafruit/Adafruit_CircuitPython_MCP9808#39 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_MMA8451 to 1.3.23 from 1.3.22:
  > Merge pull request adafruit/Adafruit_CircuitPython_MMA8451#25 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_MMC56x3 to 1.0.12 from 1.0.11:
  > Merge pull request adafruit/Adafruit_CircuitPython_MMC56x3#8 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_SHTC3 to 1.1.17 from 1.1.16:
  > Merge pull request adafruit/Adafruit_CircuitPython_SHTC3#22 from jposada202020/main

Updating https://github.com/adafruit/Adafruit_CircuitPython_TCA9548A to 0.8.0 from 0.7.5:
  > Merge pull request adafruit/Adafruit_CircuitPython_TCA9548A#55 from rjauquet/rej-add-probe

Updating https://github.com/adafruit/Adafruit_CircuitPython_TCS34725 to 3.3.23 from 3.3.22:
  > Merge pull request adafruit/Adafruit_CircuitPython_TCS34725#44 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_TLV493D to 2.0.7 from 2.0.6:
  > Merge pull request adafruit/Adafruit_CircuitPython_TLV493D#19 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_TSL2591 to 1.4.2 from 1.4.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_TSL2591#31 from jposada202020/adding_displayio_example

Updating https://github.com/adafruit/Adafruit_CircuitPython_VL53L1X to 1.2.2 from 1.2.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_VL53L1X#23 from jposada202020/correcting_docs_examples

Updating https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT to 7.11.4 from 7.11.3:
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#237 from vladak/remove_recv_into_workaround
  > Merge pull request adafruit/Adafruit_CircuitPython_MiniMQTT#236 from vladak/unsuback_vs_publish

Updating https://github.com/adafruit/Adafruit_CircuitPython_PixelMap to 1.0.7 from 1.0.6:
  > Merge pull request adafruit/Adafruit_CircuitPython_PixelMap#4 from FoamyGuy/rtd_badge_url
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issues with Circuitpython 9.2 and I2CDevice
4 participants