There was an error while loading. Please reload this page.
1 parent 83810fa commit c63d746Copy full SHA for c63d746
variants/esp32-gateway/pins_arduino.h
@@ -20,6 +20,11 @@ static const uint8_t KEY_BUILTIN = 34;
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 SS = 5;
24
+static const uint8_t MOSI = 23;
25
+static const uint8_t MISO = 19;
26
+static const uint8_t SCK = 18;
27
+
28
static const uint8_t TX = 1;
29
static const uint8_t RX = 3;
30
0 commit comments