samd/boards/SEEED_WIO_TERMINAL: Rename two pins starting with a digit.
So the names don't start with a digit, which isn't allowed in Python. Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
parent
47fa723586
commit
984456731b
|
@ -20,8 +20,8 @@ PIN_PD20,SWITCH_U
|
|||
PIN_PC26,BUTTON_1
|
||||
PIN_PC27,BUTTON_2
|
||||
PIN_PC28,BUTTON_3
|
||||
PIN_PC14,5V_ENABLE
|
||||
PIN_PC15,3V3_ENABLE
|
||||
PIN_PC14,ENABLE_5V
|
||||
PIN_PC15,ENABLE_3V3
|
||||
PIN_PB26,TX
|
||||
PIN_PB27,RX
|
||||
PIN_PA13,SDA0
|
||||
|
|
|
Loading…
Reference in New Issue