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

595 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_D9
6PIN_PB08,A1_D10
7PIN_PB09,A2_D11
8PIN_PA04,A3_D12
9PIN_PA05,A4_D13
10PIN_PA06,A5
11PIN_PA16,D0
12PIN_PA17,D1
13PIN_PA07,A6_D2
14PIN_PA19,D3
15PIN_PA20,D4
16PIN_PA21,D5
17PIN_PA00,BUTTON
18PIN_PA03,AREF
19PIN_PA12,SDA
20PIN_PA13,SCL
21PIN_PB22,MOSI
22PIN_PB23,MISO
23PIN_PA01,SCK
24PIN_PB03,DOTSTAR_DATA
25PIN_PB02,DOTSTAR_CLK
26PIN_PA15,LED
27PIN_PA24,USB_DM
28PIN_PA25,USB_DP
29PIN_PA26,USB_SOF
30PIN_PA30,SWCLK
31PIN_PA31,SWDIO