mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-06-30 04:21:00 +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
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user