micropython/ports/samd/boards/SEEED_XIAO/pins.csv
robert-hh ac1e31267b samd/boards: Rework the pins.csv files.
Changes are:
- Remove the LED_Pxxx definitions from pins.csv, now that the LED class is
  gone.
- Remove the '-' lines.
- Add default lines for USB and SWCLK, SWDIO.
2022-10-25 23:40:28 +11:00

544 B

1# Pin rows contain Pin number and pin name.
2# Pin rows start with PIN_
3# LED rows start with LED_
4# If the pin name is omitted, the pin number is added as name.
5# Rows for empty entries have to start with '-'
6# Empty lines and lines starting with # are ignored
7PIN_PA02,A0_D0
8PIN_PA04,A1_D1
9PIN_PA10,A2_D2
10PIN_PA11,A3_D3
11PIN_PA08,A4_D4
12PIN_PA09,A5_D5
13PIN_PB08,A6_D6
14PIN_PB09,A7_D7
15PIN_PA07,A8_D8
16PIN_PA05,A9_D9
17PIN_PA06,A10_D10
18PIN_PA17,USER_LED
19PIN_PA18,RX_LED
20PIN_PA19,TX_LED
21PIN_PA24,USB_DM
22PIN_PA25,USB_DP
23PIN_PA30,SWCLK
24PIN_PA31,SWDIO