0420799a84
The files pins.c and pins.h are generated during the build process from pins.csv, using a make-pins.py script.
636 B
636 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_PB08,A0_D0 |
8 | PIN_PB09,A1_D1 |
9 | PIN_PA07,A2_D2 |
10 | PIN_PB04,A3_D3 |
11 | PIN_PB05,A4_D4 |
12 | PIN_PB06,A5_D5 |
13 | PIN_PA04,A6_D6 |
14 | PIN_PB07,A7_D7 |
15 | PIN_PA06,A8_D8 |
16 | PIN_PD08,SWITCH_X |
17 | PIN_PD09,SWITCH_Y |
18 | PIN_PD10,SWITCH_Z |
19 | PIN_PD12,SWITCH_B |
20 | PIN_PD20,SWITCH_U |
21 | PIN_PC26,BUTTON_1 |
22 | PIN_PC27,BUTTON_2 |
23 | PIN_PC28,BUTTON_3 |
24 | PIN_PD11,BUZZER_CTR |
25 | PIN_PC14,5V_ENABLE |
26 | PIN_PC15,3V3_ENABLE |
27 | LED_PA15,LED_BLUE |
28 | LED_PC05,LED_LCD |