Skip to content

Commit

Permalink
Define Wire1 pins for ESP32-S3 PowerFeather (espressif#9398)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfeatherdev authored Mar 21, 2024
1 parent 651a14c commit 9da60f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions variants/esp32s3_powerfeather/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ static const uint8_t SCK = 39;
static const uint8_t SCL = 36;
static const uint8_t SDA = 35;

#define WIRE1_PIN_DEFINED 1
static const uint8_t SCL1 = 48;
static const uint8_t SDA1 = 47;

static const uint8_t A0 = 10;
static const uint8_t A1 = 9;
static const uint8_t A2 = 8;
Expand Down

0 comments on commit 9da60f4

Please sign in to comment.