0420799a84
The files pins.c and pins.h are generated during the build process from pins.csv, using a make-pins.py script.
379 B
379 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_PA08,D0 |
8 | PIN_PA02,D1 |
9 | PIN_PA09,D2 |
10 | PIN_PA07,D3 |
11 | PIN_PA06,D4 |
12 | PIN_PA00,DOTSTAR_DATA |
13 | PIN_PA01,DOTSTAR_CLK |
14 | LED_PA10,LED |