add mising TX1 RX1 for adafruit boards
This commit is contained in:
parent
57b27cd800
commit
1a88ea6d4c
6 changed files with 12 additions and 3 deletions
|
|
@ -49,8 +49,8 @@ static const uint8_t A5 = 8;
|
|||
|
||||
static const uint8_t TX = 39;
|
||||
static const uint8_t RX = 38;
|
||||
static const uint8_t TX1 = 39;
|
||||
static const uint8_t RX1 = 38;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t T5 = 5;
|
||||
static const uint8_t T6 = 6;
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ static const uint8_t A5 = 8;
|
|||
|
||||
static const uint8_t TX = 1;
|
||||
static const uint8_t RX = 2;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t T1 = 1;
|
||||
static const uint8_t T2 = 2;
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ static const uint8_t A5 = 8;
|
|||
|
||||
static const uint8_t TX = 1;
|
||||
static const uint8_t RX = 2;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t T1 = 1;
|
||||
static const uint8_t T2 = 2;
|
||||
|
|
|
|||
|
|
@ -60,6 +60,8 @@ static const uint8_t A3 = 18; // light sensor
|
|||
|
||||
static const uint8_t TX = 43;
|
||||
static const uint8_t RX = 44;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t T6 = 6;
|
||||
static const uint8_t T7 = 7;
|
||||
|
|
|
|||
|
|
@ -63,7 +63,8 @@ static const uint8_t MISO = 37;
|
|||
|
||||
static const uint8_t TX = 43;
|
||||
static const uint8_t RX = 44;
|
||||
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t A0 = 17;
|
||||
static const uint8_t A1 = 18;
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@
|
|||
|
||||
static const uint8_t TX = 5;
|
||||
static const uint8_t RX = 6;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
static const uint8_t SDA = 33;
|
||||
static const uint8_t SCL = 34;
|
||||
|
|
|
|||
Loading…
Reference in a new issue