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
Attempting to use the DS18X20 with Metro M4 Airlift Lite with circuitpython 5.0.0-beta.0 I get the following error:
ds18 = DS18X20(ow_bus, ow_bus.scan()[0])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_onewire/bus.py", line 156, in scan
RuntimeError: Maximum device count of 10 exceeded.
The text was updated successfully, but these errors were encountered:
Attempting to use the DS18X20 with Metro M4 Airlift Lite with circuitpython 5.0.0-beta.0 I get the following error:
The text was updated successfully, but these errors were encountered: