Skip to content

Commit f1ad07c

Browse files
committed
Fixed SPI default pins for M5Stack Stamp S3 board
1 parent 72c41d0 commit f1ad07c

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 = 7;
26+
static const uint8_t MOSI = 6;
27+
static const uint8_t MISO = 5;
28+
static const uint8_t SCK = 4;
29+
2530
static const uint8_t SDA = 13;
2631
static const uint8_t SCL = 15;
2732

0 commit comments

Comments
 (0)