mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-29 20:10:59 +02:00
Update (#2838)
Added PoE-ISO and DevKit-Lipo. For the other boards added alternative Serial (Serial1/Serial2) pins.
This commit is contained in:
committed by
Me No Dev
parent
43b781a158
commit
aae6f24a37
@ -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;
|
||||
|
Reference in New Issue
Block a user