Skip to content

Commit 10bac3c

Browse files
committed
Fixed SPI default pins for M5Stack Stamp S3 board
1 parent 1c3039e commit 10bac3c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: variants/m5stack_stamp_s3/pins_arduino.h

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ static const uint8_t RX = 44;
2222
static const uint8_t TXD2 = 1;
2323
static const uint8_t RXD2 = 2;
2424

25+
static const uint8_t SS = 34;
26+
static const uint8_t MOSI = 35;
27+
static const uint8_t MISO = 37;
28+
static const uint8_t SCK = 36;
29+
2530
static const uint8_t SDA = 13;
2631
static const uint8_t SCL = 15;
2732

0 commit comments

Comments
 (0)