Skip to content

Commit 7aa8fc4

Browse files
timkoersme-no-dev
authored andcommitted
Added IIC pins (espressif#1436)
Added IIC pins. I can confirm that this is working!
1 parent 4ad27b4 commit 7aa8fc4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/esp32-gateway/pins_arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ static const uint8_t LED_BUILTIN = 33;
1616

1717
static const uint8_t KEY_BUILTIN = 34;
1818

19+
// See https://github.com/OLIMEX/ESP32-GATEWAY/blob/master/SOFTWARE/MOD-RTC/main/main.c for more info about IIC on the GATEWAY
20+
static const uint8_t SCL = 16; // This is pin 11
21+
static const uint8_t SDA = 17; // This is pin 12
22+
1923
static const uint8_t TX = 1;
2024
static const uint8_t RX = 3;
2125

0 commit comments

Comments
 (0)