We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caef400 commit 45d2b08Copy full SHA for 45d2b08
variants/adafruit_feather_esp32s2/pins_arduino.h
@@ -25,6 +25,7 @@
25
#define NEOPIXEL_NUM 1 // number of neopixels
26
#define NEOPIXEL_POWER 21 // power pin
27
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
28
+#define I2C_POWER 7 // I2C power pin
29
30
static const uint8_t SDA = 3;
31
static const uint8_t SCL = 4;
0 commit comments