8000
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 c6a5f0a commit f1e1cd4Copy full SHA for f1e1cd4
variants/esp32-gateway/pins_arduino.h
@@ -16,6 +16,10 @@ static const uint8_t LED_BUILTIN = 33;
16
17
static const uint8_t KEY_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
+static const uint8_t SCL = 16; // This is pin 11
21
+static const uint8_t SDA = 17; // This is pin 12
22
+
23
static const uint8_t TX = 1;
24
static const uint8_t RX = 3;
25
0 commit comments