micropython/ports/samd/boards/SEEED_XIAO_SAMD21/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

476 B

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_PA02,A0_D0
6PIN_PA04,A1_D1
7PIN_PA10,A2_D2
8PIN_PA11,A3_D3
9PIN_PA08,A4_D4
10PIN_PA09,A5_D5
11PIN_PB08,A6_D6
12PIN_PB09,A7_D7
13PIN_PA07,A8_D8
14PIN_PA05,A9_D9
15PIN_PA06,A10_D10
16PIN_PA17,USER_LED
17PIN_PA18,RX_LED
18PIN_PA19,TX_LED
19PIN_PA24,USB_DM
20PIN_PA25,USB_DP
21PIN_PA30,SWCLK
22PIN_PA31,SWDIO