add feather esp32 v2 and qtpy c3 board def (#6223)

* add feather esp32 v2 and qtpy c3 board def
update some pin names
add variant.cpp's to auto-enable i2c, tft, neopixels on boot

* add auto-enable for i2c!
This commit is contained in:
Limor "Ladyada" Fried
2022-02-03 13:10:54 -05:00
committed by GitHub
parent 1046f59f6b
commit bb4d9027dd
8 changed files with 471 additions and 6 deletions

View File

@ -26,6 +26,7 @@
#define NEOPIXEL_POWER 21 // power pin
#define NEOPIXEL_POWER_ON HIGH // power pin state when on
#define I2C_POWER 7 // I2C power pin
#define PIN_I2C_POWER 7 // I2C power pin
static const uint8_t SDA = 3;
static const uint8_t SCL = 4;