Skip to content

Commit

Permalink
Update definition for RedPill+ ESP32-S3. (#7818)
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan-mocanu authored Feb 13, 2023
1 parent f69bbfe commit 9676ef5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions variants/redpill_esp32s3/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ static const uint8_t LED_BUILTIN = 3;
static const uint8_t TX = 43;
static const uint8_t RX = 44;

static const uint8_t SDA = 11;
static const uint8_t SCL = 10;
static const uint8_t SDA = 8;
static const uint8_t SCL = 9;

static const uint8_t SS = 15;
static const uint8_t MOSI = 16;
static const uint8_t MISO = 17;
static const uint8_t SCK = 18;

static const uint8_t A0 = 1;
static const uint8_t A1 = 2;
Expand Down

0 comments on commit 9676ef5

Please sign in to comment.