forked from espressif/arduino-esp32
Update T_Watch board properties and add revision selection (#4025)
Co-authored-by: lewis he <lewisxhe@outlook.com>
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user