Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c814a23

Browse filesBrowse 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
Copy full SHA for c814a23

File tree

Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-0
lines changed

‎variants/m5stack_stamp_s3/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/m5stack_stamp_s3/pins_arduino.h
+5Lines changed: 5 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.