1
0
Fork 0

Correct pin ordering

main
Jeff Moe 2023-03-25 11:11:56 -06:00
parent 1b7a88ad83
commit 6898e1b594
1 changed files with 12 additions and 12 deletions

View File

@ -39,13 +39,13 @@ Numbered using the standard DIN pin order.
``` ```
Pin Color Use ArduinoPin Raspberry Pi 4 B Pin Pin Color Use ArduinoPin Raspberry Pi 4 B Pin
--- ----- --- -------- -------------------- --- ----- --- -------- --------------------
1 White Left D0 3 GPIO2 (Orange) 1 Black Right D3 10 GPIO15
2 Green 5V 5V 2 5V 2 Green 5V 5V 2 5V
3 Black Right D3 10 GPIO15 3 White Left D0 3 GPIO2 (Orange)
4 Brown Down D1 5 GPIO3 4 Blue Up D2 8 GPIO14
5 Blue Up D2 8 GPIO14 5 Brown Down D1 5 GPIO3
6 Yellow Speed ? PWM 12 GPIO18 6 Red GND GND under ICSP 7 GND
7 Red GND GND under ICSP 7 GND 7 Yellow Speed ? PWM 12 GPIO18
``` ```
The "ArduinoPin" column is how the Arduino pins on the Panda are labelled. The "ArduinoPin" column is how the Arduino pins on the Panda are labelled.
@ -60,13 +60,13 @@ Cabled labelled "2" in my inventory.
``` ```
PIN Color PIN Color
--- ----- --- -----
1 Brown 1 Green
2 Orange 2 Orange
3 Green 3 Brown
4 Red 4 Yellow
5 Yellow 5 Red
6 Black 6 Blue
7 Blue 7 Black
``` ```