We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbd4b0 commit 09c62eaCopy full SHA for 09c62ea
variants/adafruit_feather_esp32s2/pins_arduino.h
@@ -25,7 +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 PIN_I2C_POWER 7 // Ppwer pin for I2C
+#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