Skip to content

Commit 9676ef5

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

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: variants/redpill_esp32s3/pins_arduino.h

+7-2
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)