8000 Include conventional SPI constants · espressif/arduino-esp32@e0742c0 · GitHub
[go: up one dir, main page]

Skip to content

Commit e0742c0

Browse files
committed
Include conventional SPI constants
1 parent b110d4f commit e0742c0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

variants/whirlpool_rigel/pins_arduino.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ static const uint8_t I2S_DAT = 2; // Audio amp data
3636
static const uint8_t I2S_BCLK = 0; // Audio amp clock
3737
static const uint8_t I2S_LRCK = 4; // Audio amp frame select
3838

39+
// SPI
40+
41+
static const uint8_t SS = 5;
42+
static const uint8_t MOSI = 23;
43+
static const uint8_t MISO = 19;
44+
static const uint8_t SCK = 18;
45+
3946
// ILI9341 display panel (VSPI)
4047

4148
static const uint8_t DISP_SS = 5; // SPI slave select

0 commit comments

Comments
 (0)
0