mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-01 04:50:58 +02:00
Add some more adafruit boards and fix some board typos (#6014)
Co-authored-by: caternuson <caternuson@gmail.com> Co-authored-by: Kattni Rembor <kattni@adafruit.com> Co-authored-by: Jeff Epler <jeff@adafruit.com> Co-authored-by: Jeff Epler <jepler@gmail.com> Co-authored-by: Ha Thach <thach@tinyusb.org>
This commit is contained in:
committed by
GitHub
parent
6d400df952
commit
2981bde88f
@ -42,18 +42,13 @@ static const uint8_t A4 = 14;
|
||||
static const uint8_t A5 = 8;
|
||||
|
||||
|
||||
static const uint8_t TX = 39;
|
||||
static const uint8_t RX = 38;
|
||||
#define TX1 TX
|
||||
#define RX1 RX
|
||||
|
||||
|
||||
static const uint8_t TX = 43;
|
||||
static const uint8_t RX = 44;
|
||||
|
||||
static const uint8_t T1 = 1;
|
||||
static const uint8_t T2 = 2;
|
||||
static const uint8_t T3 = 3;
|
||||
static const uint8_t T4 = 4;
|
||||
static const uint8_t T5 = 5;
|
||||
static const uint8_t T6 = 6;
|
||||
static const uint8_t T7 = 7;
|
||||
static const uint8_t T8 = 8;
|
||||
static const uint8_t T9 = 9;
|
||||
static const uint8_t T10 = 10;
|
||||
|
Reference in New Issue
Block a user