17 lines
379 B
Plaintext
17 lines
379 B
Plaintext
|
# Pin rows contain Pin number and pin name.
|
||
|
# Pin rows start with PIN_
|
||
|
# LED rows start with LED_
|
||
|
# If the pin name is omitted, the pin number is added as name.
|
||
|
# Rows for empty entries have to start with '-'
|
||
|
# Empty lines and lines starting with # are ignored
|
||
|
|
||
|
PIN_PA08,D0
|
||
|
PIN_PA02,D1
|
||
|
PIN_PA09,D2
|
||
|
PIN_PA07,D3
|
||
|
PIN_PA06,D4
|
||
|
PIN_PA00,DOTSTAR_DATA
|
||
|
PIN_PA01,DOTSTAR_CLK
|
||
|
|
||
|
LED_PA10,LED
|