8000 add fake spi · BlitzCityDIY/arduino-esp32@9a7be21 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a7be21

Browse files
committed
add fake spi
1 parent 962403f commit 9a7be21

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

variants/adafruit_vindie_s2/pins_arduino.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ static const uint8_t RX = 21;
3131
static const uint8_t SDA = 41;
3232
static const uint8_t SCL = 42;
3333

34+
// not broken out
35+
static const uint8_t SS = 4;
36+
static const uint8_t MOSI = 5;
37+
static const uint8_t SCK = 6;
38+
static const uint8_t MISO = 7;
39+
3440
static const uint8_t FAN = 33;
3541

3642
#endif /* Pins_Arduino_h */

0 commit comments

Comments
 (0)
0