Unverified Commit d922557e authored by Me No Dev's avatar Me No Dev Committed by GitHub

Set default Serial1 pins for Adafruit Feather 32

parent 33d4186b
......@@ -17,6 +17,9 @@ static const uint8_t LED_BUILTIN = 13;
static const uint8_t TX = 17;
static const uint8_t RX = 16;
#define TX1 TX
#define RX1 RX
static const uint8_t SDA = 23;
static const uint8_t SCL = 22;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment