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

1.2 KiB

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_PB08,A0_D0
8PIN_PB09,A1_D1
9PIN_PA07,A2_D2
10PIN_PB04,A3_D3
11PIN_PB05,A4_D4
12PIN_PB06,A5_D5
13PIN_PA04,A6_D6
14PIN_PB07,A7_D7
15PIN_PA06,A8_D8
16PIN_PD08,SWITCH_X
17PIN_PD09,SWITCH_Y
18PIN_PD10,SWITCH_Z
19PIN_PD12,SWITCH_B
20PIN_PD20,SWITCH_U
21PIN_PC26,BUTTON_1
22PIN_PC27,BUTTON_2
23PIN_PC28,BUTTON_3
24PIN_PC14,5V_ENABLE
25PIN_PC15,3V3_ENABLE
26PIN_PB26,TX
27PIN_PB27,RX
28PIN_PA13,SDA0
29PIN_PA12,SCL0
30PIN_PA17,SDA1
31PIN_PA16,SCL1
32PIN_PB02,MOSI
33PIN_PB00,MISO
34PIN_PB03,SCK
35PIN_PB01,CS
36PIN_PB15,GPCLK0
37PIN_PB12,GPCLK1
38PIN_PB13,GPCLK2
39PIN_PC16,SD_MOSI
40PIN_PC18,SD_MISO
41PIN_PC17,SD_SCK
42PIN_PC19,SD_CS
43PIN_PD21,SD_DET
44PIN_PA20,I2S_LRCLK
45PIN_PA21,I2S_SDIN
46PIN_PA22,I2S_SDOUT
47PIN_PB16,I2C_BCLK
48PIN_PB18,LCD_MISO
49PIN_PB19,LCD_MOSI
50PIN_PB20,LCD_SCK
51PIN_PB21,LCD_CS
52PIN_PC05,LCD_BACKLIGHT
53PIN_PC06,LCD_D/C
54PIN_PC07,LCD_RESET
55PIN_PC10,LCD_XL
56PIN_PC11,LCD_YU
57PIN_PC12,LCD_XR
58PIN_PC13,LCD_YD
59PIN_PC30,MIC
60PIN_PD11,BUZZER
61PIN_PA15,LED_BLUE
62PIN_PC05,LED_LCD
63PIN_PA24,USB_DM
64PIN_PA25,USB_DP
65PIN_PA26,USB_SOF
66PIN_PA30,SWCLK
67PIN_PA31,SWDIO