Skip to content

Commit 2f36caf

Browse files
Define Wire1 pins for ESP32-S3 PowerFeather
1 parent d75795f commit 2f36caf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

variants/esp32s3_powerfeather/pins_arduino.h

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ static const uint8_t SCK = 39;
3636
static const uint8_t SCL = 36;
3737
static const uint8_t SDA = 35;
3838

39+
#define WIRE1_PIN_DEFINED 1
40+
static const uint8_t SCL1 = 48;
41+
static const uint8_t SDA1 = 47;
42+
3943
static const uint8_t A0 = 10;
4044
static const uint8_t A1 = 9;
4145
static const uint8_t A2 = 8;

0 commit comments

Comments
 (0)