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