476 B
476 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_PA02,A0_D0 |
6 | PIN_PA04,A1_D1 |
7 | PIN_PA10,A2_D2 |
8 | PIN_PA11,A3_D3 |
9 | PIN_PA08,A4_D4 |
10 | PIN_PA09,A5_D5 |
11 | PIN_PB08,A6_D6 |
12 | PIN_PB09,A7_D7 |
13 | PIN_PA07,A8_D8 |
14 | PIN_PA05,A9_D9 |
15 | PIN_PA06,A10_D10 |
16 | PIN_PA17,USER_LED |
17 | PIN_PA18,RX_LED |
18 | PIN_PA19,TX_LED |
19 | PIN_PA24,USB_DM |
20 | PIN_PA25,USB_DP |
21 | PIN_PA30,SWCLK |
22 | PIN_PA31,SWDIO |