We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcd57a commit 7eae521Copy full SHA for 7eae521
variants/esp32s3_powerfeather/pins_arduino.h
@@ -36,6 +36,10 @@ static const uint8_t SCK = 39;
36
static const uint8_t SCL = 36;
37
static const uint8_t SDA = 35;
38
39
+#define WIRE1_PIN_DEFINED 1
40
+static const uint8_t SCL1 = 48;
41
+static const uint8_t SDA1 = 47;
42
+
43
static const uint8_t A0 = 10;
44
static const uint8_t A1 = 9;
45
static const uint8_t A2 = 8;
0 commit comments