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

@ -21,9 +21,8 @@ static const uint8_t LED_BUILTIN = 33;
static const uint8_t KEY_BUILTIN = 34;
// See https://github.com/OLIMEX/ESP32-GATEWAY/blob/master/SOFTWARE/MOD-RTC/main/main.c for more info about IIC on the GATEWAY
static const uint8_t SCL = 16; // This is pin 11
static const uint8_t SDA = 17; // This is pin 12
static const uint8_t SCL = 16; // This is extention pin 11
static const uint8_t SDA = 32; // This is extention pin 13
static const uint8_t SS = 5;
static const uint8_t MOSI = 23;