add definition for power pin on i2c port
This commit is contained in:
parent
ed907b9653
commit
869a17e91c
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue