Set default Serial1 pins for Adafruit Feather 32

This commit is contained in:
Me No Dev 2019-04-13 13:28:16 +02:00 committed by GitHub
parent 33d4186b35
commit d922557e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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