-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Description
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=8&t=184555
Recreated:
Adafruit CircuitPython 7.0.0 on 2021-09-20; Raspberry Pi Pico with rp2040
>>> import board
>>> import busio
>>> import adafruit_mpl3115a2
>>> scldata = board.GP7
>>> sdadata = board.GP6
>>> i2c = busio.I2C(scldata, sdadata)
>>> sensor = adafruit_mpl3115a2.MPL3115A2(i2c)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "adafruit_mpl3115a2.py", line 149, in __init__
File "adafruit_mpl3115a2.py", line 194, in _poll_reg1
File "adafruit_mpl3115a2.py", line 171, in _read_u8
File "adafruit_mpl3115a2.py", line 167, in _read_into
OSError: [Errno 116] ETIMEDOUT
>>> Metadata
Metadata
Assignees
Labels
No labels