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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_pcf8523.py", line 160, in __init__
File "adafruit_bus_device/i2c_device.py", line 50, in __init__
File "adafruit_bus_device/i2c_device.py", line 163, in __probe_for_device
ValueError: No I2C device at address: 0x68
Description
This only happens if the pure python adafruit_bus_device is used, the built in one works. (However, they should both work the same)
Additional information
Other weirdness: adafruit_bus_device is picked up from lib/ even though the built in version is available. Why? sys.path is ['', '/', '.frozen', '/lib']. Removing adafruit_bus_device from CIRCUITPY/lib (it was put there by circup) makes it work!
The text was updated successfully, but these errors were encountered:
CircuitPython version
Code/REPL
Behavior
Description
This only happens if the pure python adafruit_bus_device is used, the built in one works. (However, they should both work the same)
Additional information
Other weirdness: adafruit_bus_device is picked up from lib/ even though the built in version is available. Why? sys.path is
['', '/', '.frozen', '/lib']
. Removingadafruit_bus_device
fromCIRCUITPY/lib
(it was put there by circup) makes it work!The text was updated successfully, but these errors were encountered: