Add variantInit setups for adafruit boards (#6076)

This commit is contained in:
Limor "Ladyada" Fried
2022-01-17 09:10:53 -05:00
committed by GitHub
parent b3b3403296
commit 1d3ff0520a
9 changed files with 331 additions and 0 deletions

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;