Skip to content

Commit c63d746

Browse files
timkoersme-no-dev
authored andcommitted
Added SPI bus pins (espressif#1454)
Added SPI bus pins and tested them as well
1 parent 83810fa commit c63d746

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

variants/esp32-gateway/pins_arduino.h

+5
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ static const uint8_t KEY_BUILTIN = 34;
2020
static const uint8_t SCL = 16; // This is pin 11
2121
static const uint8_t SDA = 17; // This is pin 12
2222

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+
2328
static const uint8_t TX = 1;
2429
static const uint8_t RX = 3;
2530

0 commit comments

Comments
 (0)