add TimerCAM and CoreInk board (#4498)

This commit is contained in:
Sean Kwok
2020-11-06 19:30:57 +08:00
committed by GitHub
parent bcb7012a32
commit dd1a15478f
4 changed files with 265 additions and 3 deletions

View File

@ -11,12 +11,12 @@
#define digitalPinToInterrupt(p) (((p)<40)?(p):-1)
#define digitalPinHasPWM(p) (p < 34)
#define TX2 14
#define RX2 13
static const uint8_t TX = 1;
static const uint8_t RX = 3;
static const uint8_t TXD2 = 14;
static const uint8_t RXD2 = 13;
static const uint8_t SDA = 32;
static const uint8_t SCL = 33;