forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing gpio (19,20) and adding gpio(33,34) and spi pins
- Loading branch information
1 parent
f14ca95
commit 448b8cb
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
448b8cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a technical reason for selecting exactly these SPI-pins? Waveshare claims that this board is useful for the Pico oecosphere, but the SPI-pins don't map:
So swapping GPIO36 and GPIO35 would align functions and make it possible to swap the Waveshare for the Pico in existing designs.
448b8cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the review. I really had not consider that possibilities.
448b8cb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I explicitly bought that board to replace the Pico with the more powerful ESP32-S3-Pico. I do know how to build my own version with a different pin mapping, but I thought other users would also profit if swapping these two pins is possible. BTW: the I2C pins map perfectly to I2C1 on GP6/GP7.