Added PoE-ISO and DevKit-Lipo.
For the other boards added alternative Serial (Serial1/Serial2) pins.
This commit is contained in:
Stanimir-Petev
2019-06-05 14:44:52 +03:00
committed by Me No Dev
parent 43b781a158
commit aae6f24a37
6 changed files with 226 additions and 3 deletions

View File

@ -17,6 +17,9 @@ static const uint8_t KEY_BUILTIN = 34;
static const uint8_t TX = 1;
static const uint8_t RX = 3;
#define TX1 4
#define RX1 36
static const uint8_t SDA = 13;
static const uint8_t SCL = 16;