Replies: 2 comments
-
GPIO 26 SDA and 27 SCL are only got Wire1, not Wire. So your code as shown will crash because it's doing an illegal setup. TRy |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the quick response. definitely, you are correct. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Man,
Thanks for the great work.
The code below compiles correctly but fails to upload to the pico2 board I have.
The issue is that I used GPIO 26 and GPIO 27 for I2C.
If I select different GPIOs, it works correctly.
can you please check the issue ?
Beta Was this translation helpful? Give feedback.
All reactions