You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Circuitpython 9.2 adds a probe method to check single i2c device addresses, which is causing this library to fail when initializing I2CDevice objects from adafruit_bus_device.
Apologies if this is not quite the responsibility of this package. We've been using the TCA9548A_Channel as a drop in for i2c so I thought perhaps we just need to update this package with a probe method as a solution.
The text was updated successfully, but these errors were encountered:
Circuitpython 9.2 adds a
probe
method to check single i2c device addresses, which is causing this library to fail when initializingI2CDevice
objects fromadafruit_bus_device
.I believe the 9.2 changelog references this change.
https://github.com/adafruit/circuitpython/releases
Apologies if this is not quite the responsibility of this package. We've been using the
TCA9548A_Channel
as a drop in fori2c
so I thought perhaps we just need to update this package with aprobe
method as a solution.The text was updated successfully, but these errors were encountered: