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 9676ef5

Browse filesBrowse files
Update definition for RedPill+ ESP32-S3. (espressif#7818)
1 parent f69bbfe commit 9676ef5
Copy full SHA for 9676ef5

File tree

1 file changed

+7
-2
lines changed
Filter options

1 file changed

+7
-2
lines changed

‎variants/redpill_esp32s3/pins_arduino.h

Copy file name to clipboardExpand all lines: variants/redpill_esp32s3/pins_arduino.h
+7-2Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,13 @@ static const uint8_t LED_BUILTIN = 3;
2323
static const uint8_t TX = 43;
2424
static const uint8_t RX = 44;
2525

26-
static const uint8_t SDA = 11;
27-
static const uint8_t SCL = 10;
26+
static const uint8_t SDA = 8;
27+
static const uint8_t SCL = 9;
28+
29+
static const uint8_t SS = 15;
30+
static const uint8_t MOSI = 16;
31+
static const uint8_t MISO = 17;
32+
static const uint8_t SCK = 18;
2833

2934
static const uint8_t A0 = 1;
3035
static const uint8_t A1 = 2;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.