Skip to content

Commit f1c9b90

Browse files
Define Wire1 pins for ESP32-S3 PowerFeather (#9398)
1 parent 896f072 commit f1c9b90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: variants/esp32s3_powerfeather/pins_arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ static const uint8_t SCK = 39;
2828
static const uint8_t SCL = 36;
2929
static const uint8_t SDA = 35;
3030

31+
#define WIRE1_PIN_DEFINED 1
32+
static const uint8_t SCL1 = 48;
33+
static const uint8_t SDA1 = 47;
34+
3135
static const uint8_t A0 = 10;
3236
static const uint8_t A1 = 9;
3337
static const uint8_t A2 = 8;

0 commit comments

Comments
 (0)