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 896f072 commit f1c9b90Copy full SHA for f1c9b90
variants/esp32s3_powerfeather/pins_arduino.h
@@ -28,6 +28,10 @@ static const uint8_t SCK = 39;
28
static const uint8_t SCL = 36;
29
static const uint8_t SDA = 35;
30
31
+#define WIRE1_PIN_DEFINED 1
32
+static const uint8_t SCL1 = 48;
33
+static const uint8_t SDA1 = 47;
34
+
35
static const uint8_t A0 = 10;
36
static const uint8_t A1 = 9;
37
static const uint8_t A2 = 8;
0 commit comments