1bb5bed80f
Multiple times it has occurred that people left this line in a PR by mistake. it makes it look like they failed to include some useful information, but really is just a misunderstanding. Delete the text to reduce the chance of misunderstanding.
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