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:
Limor "Ladyada" Fried
2021-12-14 11:17:04 -05:00
committed by GitHub
parent 6d400df952
commit 2981bde88f
12 changed files with 482 additions and 28 deletions

View File

@ -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;