Skip to content

Commit

Permalink
RPi Pins: Swap MOSI and MISO for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 29, 2023
1 parent ce11aa1 commit c350e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpipins/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
| |GPIO 27|13|┃◎ ◎┃|14|Ground | |
| |GPIO 22|15|┃◎ ◎┃|16|GPIO 23| |
| |3v3 |17|┃◎ ◎┃|18|GPIO 24| |
SPI0 MISO| |GPIO 10|19|┃◎ ◎┃|20|Ground | |
SPI0 MOSI| |GPIO 9 |21|┃◎ ◎┃|22|GPIO 25| |
SPI0 MOSI| |GPIO 10|19|┃◎ ◎┃|20|Ground | |
SPI0 MISO| |GPIO 9 |21|┃◎ ◎┃|22|GPIO 25| |
SPI0 SCLK| |GPIO 11|23|┃◎ ◎┃|24|GPIO 8 | |SPI0 CE0
| |Ground |25|┃◎ ◎┃|26|GPIO 7 | |SPI0 CE1
|EEPROM SDA|GPIO 0 |27|┃◎ ◎┃|28|GPIO 1 |EEPROM SCL|
Expand Down

0 comments on commit c350e28

Please sign in to comment.