We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad27b4 commit 7aa8fc4Copy full SHA for 7aa8fc4
variants/esp32-gateway/pins_arduino.h
@@ -16,6 +16,10 @@ static const uint8_t LED_BUILTIN = 33;
16
17
staticconstuint8_tKEY_BUILTIN=34;
18
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
+staticconstuint8_tSCL=16; // This is pin 11
21
+staticconstuint8_tSDA=17; // This is pin 12
22
+
23
staticconstuint8_tTX=1;
24
staticconstuint8_tRX=3;
25
0 commit comments