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

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