diff options
| author | robert-hh <robert@hammelrath.com> | 2023-05-05 20:46:32 +0200 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2023-05-22 18:40:23 +1000 |
| commit | 984456731b01a3ee0eb84db790f1b0dbbd2cd98e (patch) | |
| tree | 29605b787eb1c21ab694110e91be9a364f35b1a7 | |
| parent | 47fa723586dc4ae81df02f5a0a10b2b018045ab0 (diff) | |
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>
| -rw-r--r-- | ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv b/ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv index 622de4c6c..55cbb5bf0 100644 --- a/ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv +++ b/ports/samd/boards/SEEED_WIO_TERMINAL/pins.csv @@ -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 |
