forked from espressif/arduino-esp32
Add variantInit setups for adafruit boards (#6076)
This commit is contained in:
committed by
GitHub
parent
b3b3403296
commit
1d3ff0520a
@ -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;
|
||||
|
Reference in New Issue
Block a user