Fixed pinout numbers and names #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
antsu/PicoGuitar!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After some hours of debugging it seems that the pin names were wrong on the readme.
As it can be seen here, the default I2C pins of the RPI PICO are GP4/GP5 which are pins number 6/7.
Thanks for the project, happy to contribute!
Hey, thanks for looking into this. What you're saying about the default pins makes sense.
I'm not sure where I got those pin numbers originally, but as you can see in the photos in the readme, GP6/7 were what I was using at the time and it worked fine. I'll try to reproduce this as soon as I can with a spare Pico and will merge your PR if all goes well.
Thanks again.