Skip to content

Commit

Permalink
add definition for power pin on i2c port
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Jan 12, 2022
1 parent fcbd4b0 commit 09c62ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/adafruit_feather_esp32s2/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define NEOPIXEL_NUM 1 // number of neopixels
#define NEOPIXEL_POWER 21 // power pin
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
#define PIN_I2C_POWER 7 // Ppwer pin for I2C
#define I2C_POWER 7 // I2C power pin

static const uint8_t SDA = 3;
static const uint8_t SCL = 4;
Expand Down

0 comments on commit 09c62ea

Please sign in to comment.