Closed
Description
See https://forums.adafruit.com/viewtopic.php?f=60&t=176447&p=859863 for more details.
Using i2c = board.I2C()
causes a "TimeoutError: Clock stretch too long" error but using
i2c = busio.I2C(board.SCL, board.SDA)
fixes it.
See https://forums.adafruit.com/viewtopic.php?f=60&t=176447&p=859863 for more details.
Using i2c = board.I2C()
causes a "TimeoutError: Clock stretch too long" error but using
i2c = busio.I2C(board.SCL, board.SDA)
fixes it.