Update T_Watch board properties and add revision selection (#4025)

Co-authored-by: lewis he <lewisxhe@outlook.com>
This commit is contained in:
lewis he
2020-09-30 20:18:17 +08:00
committed by GitHub
parent a55265f74b
commit f48d9016fd
2 changed files with 66 additions and 63 deletions

View File

@ -12,22 +12,19 @@
#define digitalPinHasPWM(p) (p < 34)
// touch screen
#define TP_SDA 14
#define TP_SCL 15
#define TP_SDA 23
#define TP_SCL 32
#define TP_INT 38
// Interrupt IO port
#define RTC_INT 37
#define APX20X_INT 35
#define BMA42X_INT1 39
#define BMA42X_INT2 4
//Serial1 Already assigned to GPS LORA
#define TX1 33
#define RX1 34
static const uint8_t KEY_BUILTIN = 36;
// Already assigned to BMA423 PCF8563 and external extensions
static const uint8_t SDA = 21;
static const uint8_t SCL = 22;