mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Fix pin definitions in IOArduino.cpp
This commit is contained in:
parent
69d08790bd
commit
fb4c543211
|
|
@ -37,9 +37,9 @@
|
|||
#define PIN_SLE2 PA6
|
||||
#define PIN_CE PC14
|
||||
#define PIN_RXD PB4
|
||||
#define PIN_RXD2 PA4
|
||||
#define PIN_RXD2 PA11
|
||||
#define PIN_TXD PB3
|
||||
#define PIN_TXD2 PA5
|
||||
#define PIN_TXD2 PA8
|
||||
#define PIN_CLKOUT PA15
|
||||
#define PIN_LED PC13
|
||||
#define PIN_DEB PB9
|
||||
|
|
|
|||
Loading…
Reference in a new issue