add definition for power pin on i2c port

This commit is contained in:
lady ada 2021-12-26 19:41:38 -05:00
parent ed907b9653
commit 869a17e91c

View file

@ -25,6 +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 I2C_POWER 7 // I2C power pin
static const uint8_t SDA = 3;
static const uint8_t SCL = 4;