needed to make Serial1 work

This commit is contained in:
ladyada 2024-07-19 15:11:51 -04:00
parent 779555ff72
commit 7e4826f3d1

View file

@ -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;