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

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