needed to make Serial1 work
This commit is contained in:
parent
779555ff72
commit
7e4826f3d1
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ static const uint8_t LED_BUILTIN = 15;
|
|||
|
||||
static const uint8_t TX = 16;
|
||||
static const uint8_t RX = 17;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t SDA = 19;
|
||||
static const uint8_t SCL = 18;
|
||||
|
|
|
|||
Loading…
Reference in a new issue