Skip to content

Commit c814a23

Browse files
bsergeiP-R-O-C-H-Y
andauthored
Fixed SPI default pins for M5Stack Stamp S3 board (espressif#8187)
Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent 2173373 commit c814a23

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)