Skip to content

Commit f2ef6d3

Browse files
authored
Merge branch 'master' into adafruit-add-initVariant
2 parents fcbd4b0 + 45d2b08 commit f2ef6d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/adafruit_feather_esp32s2/pins_arduino.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#define NEOPIXEL_NUM 1 // number of neopixels
2626
#define NEOPIXEL_POWER 21 // power pin
2727
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
28-
#define PIN_I2C_POWER 7 // Ppwer pin for I2C
28+
#define PIN_I2C_POWER 7 // Power pin for I2C
2929

3030
static const uint8_t SDA = 3;
3131
static const uint8_t SCL = 4;

0 commit comments

Comments
 (0)