1.3 KiB
1.3 KiB
name | about | title | labels | assignees |
---|---|---|---|---|
Bug report | Create a report to help us improve | bug |
Firmware
Adafruit CircuitPython 6.2.0-beta.2 on 2021-03-01; Raspberry Pi Pico with rp2040
Code/REPL
import busio, bitbangio
i2c = bitbangio.I2C(board.GP1, board.GP0)
Behavior
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TimeoutError: Clock stretch too long
Description
- Error while using i2c...
- Only happens when...
- might be related to #4291...
Additional Info
Removing this line resolves the issue.