28 lines
541 B
Plaintext
28 lines
541 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_PA02,A0_D9
|
||
|
PIN_PB08,A1_D10
|
||
|
PIN_PB09,A2_D11
|
||
|
PIN_PA04,A3_D12
|
||
|
PIN_PA05,A4_D13
|
||
|
PIN_PA06,A5
|
||
|
PIN_PA16,D0
|
||
|
PIN_PA17,D1
|
||
|
PIN_PA07,A6_D2
|
||
|
PIN_PA19,D3
|
||
|
PIN_PA20,D4
|
||
|
PIN_PA21,D5
|
||
|
PIN_PA00,BUTTON
|
||
|
PIN_PA03,AREF
|
||
|
PIN_PA12,SDA
|
||
|
PIN_PA13,SCL
|
||
|
PIN_PB03,DOTSTAR_DATA
|
||
|
PIN_PB02,DOTSTAR_CLK
|
||
|
|
||
|
LED_PA15,LED
|