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

@ -45,14 +45,13 @@ static const uint8_t A11 = 12;
static const uint8_t A12 = 13;
// vbat measure
static const uint8_t BATT_MONITOR = 35;
static const uint8_t A13 = 35;
//static const uint8_t Ax = 0; // not used/available
//static const uint8_t Ax = 2; // not used/available
static const uint8_t T0 = 4;
static const uint8_t T1 = 0;
static const uint8_t T2 = 2;
static const uint8_t T3 = 15;
static const uint8_t T4 = 13;
static const uint8_t T5 = 12;