375 B
375 B
1 | # Pin rows contain Pin number and pin name. |
---|---|
2 | # Pin rows start with PIN_ |
3 | # If the pin name is omitted, the pin number is added as name. |
4 | # Empty lines and lines not starting with PIN_ are ignored |
5 | PIN_PA08,D0 |
6 | PIN_PA02,D1 |
7 | PIN_PA09,D2 |
8 | PIN_PA07,D3 |
9 | PIN_PA06,D4 |
10 | PIN_PA00,DOTSTAR_DATA |
11 | PIN_PA01,DOTSTAR_CLK |
12 | PIN_PA10,LED |
13 | PIN_PA24,USB_DM |
14 | PIN_PA25,USB_DP |
15 | PIN_PA30,SWCLK |
16 | PIN_PA31,SWDIO |