micropython/ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv
robert-hh c3afafd1ec samd/boards: Clean up comments and some pins in pins.csv files.
Remove two SPARKFUN_SAMD51_THINGS_PLUS pin definitions.  There were
definitions of TXD and RXD, but these pins do not exist on the board.  They
were only shown in the schematics.

Also remove any reference to LED_.  This is just a text change, no
functional change.
2023-02-21 23:13:01 +11:00

1.2 KiB

1# Pin rows contain Pin number and pin name.
2# Pin rows start with PIN_
3# If the pin name is omitted, the pin number is added as name.
4# Empty lines and lines not starting with PIN_ are ignored
5PIN_PB08,A0_D0
6PIN_PB09,A1_D1
7PIN_PA07,A2_D2
8PIN_PB04,A3_D3
9PIN_PB05,A4_D4
10PIN_PB06,A5_D5
11PIN_PA04,A6_D6
12PIN_PB07,A7_D7
13PIN_PA06,A8_D8
14PIN_PD08,SWITCH_X
15PIN_PD09,SWITCH_Y
16PIN_PD10,SWITCH_Z
17PIN_PD12,SWITCH_B
18PIN_PD20,SWITCH_U
19PIN_PC26,BUTTON_1
20PIN_PC27,BUTTON_2
21PIN_PC28,BUTTON_3
22PIN_PC14,5V_ENABLE
23PIN_PC15,3V3_ENABLE
24PIN_PB26,TX
25PIN_PB27,RX
26PIN_PA13,SDA0
27PIN_PA12,SCL0
28PIN_PA17,SDA1
29PIN_PA16,SCL1
30PIN_PB02,MOSI
31PIN_PB00,MISO
32PIN_PB03,SCK
33PIN_PB01,CS
34PIN_PB15,GPCLK0
35PIN_PB12,GPCLK1
36PIN_PB13,GPCLK2
37PIN_PC16,SD_MOSI
38PIN_PC18,SD_MISO
39PIN_PC17,SD_SCK
40PIN_PC19,SD_CS
41PIN_PD21,SD_DET
42PIN_PA20,I2S_LRCLK
43PIN_PA21,I2S_SDIN
44PIN_PA22,I2S_SDOUT
45PIN_PB16,I2C_BCLK
46PIN_PB18,LCD_MISO
47PIN_PB19,LCD_MOSI
48PIN_PB20,LCD_SCK
49PIN_PB21,LCD_CS
50PIN_PC05,LCD_BACKLIGHT
51PIN_PC06,LCD_D_C
52PIN_PC07,LCD_RESET
53PIN_PC10,LCD_XL
54PIN_PC11,LCD_YU
55PIN_PC12,LCD_XR
56PIN_PC13,LCD_YD
57PIN_PC30,MIC
58PIN_PD11,BUZZER
59PIN_PA15,LED_BLUE
60PIN_PC05,LED_LCD
61PIN_PA24,USB_DM
62PIN_PA25,USB_DP
63PIN_PA26,USB_SOF
64PIN_PA30,SWCLK
65PIN_PA31,SWDIO