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

375 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_PA08,D0
6PIN_PA02,D1
7PIN_PA09,D2
8PIN_PA07,D3
9PIN_PA06,D4
10PIN_PA00,DOTSTAR_DATA
11PIN_PA01,DOTSTAR_CLK
12PIN_PA10,LED
13PIN_PA24,USB_DM
14PIN_PA25,USB_DP
15PIN_PA30,SWCLK
16PIN_PA31,SWDIO