We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adafruit CircuitPython 9.2.0 on 2024-10-28; Raspberry Pi Pico with rp2040
import board from i2ctarget import I2CTarget device = I2CTarget(board.GP3, board.GP2, (0x40,))
Do the above once, then do ctrl-D, then do it again.
Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: I2C peripheral in use
Without looking at all, I'm thinking switching to a finaliser will fix this. Should also check other ports.
The text was updated successfully, but these errors were encountered:
dhalbert
Successfully merging a pull request may close this issue.
CircuitPython version
Code/REPL
Behavior
Do the above once, then do ctrl-D, then do it again.
Without looking at all, I'm thinking switching to a finaliser will fix this. Should also check other ports.
The text was updated successfully, but these errors were encountered: