Update T3 V1.61 TXCO Board
This commit is contained in:
parent
7bd7a15214
commit
634a2750cd
12 changed files with 317 additions and 17 deletions
|
|
@ -9,6 +9,7 @@
|
|||
// #define LILYGO_T3_V1_0
|
||||
// #define LILYGO_T3_V1_3
|
||||
// #define LILYGO_T3_V1_6
|
||||
// #define LILYGO_T3_V1_6_TXCO
|
||||
// #define LILYGO_T3_V2_0
|
||||
// #define LILYGO_T3_S3_V1_0
|
||||
// #define LILYGO_T3_S3_V1_2
|
||||
|
|
@ -138,6 +139,40 @@
|
|||
#define HAS_SDCARD
|
||||
#define HAS_DISPLAY
|
||||
|
||||
#elif defined(LILYGO_T3_V1_6_TXCO)
|
||||
|
||||
|
||||
#define I2C_SDA 21
|
||||
#define I2C_SCL 22
|
||||
#define OLED_RST UNUSE_PIN
|
||||
|
||||
#define RADIO_SCLK_PIN 5
|
||||
#define RADIO_MISO_PIN 19
|
||||
#define RADIO_MOSI_PIN 27
|
||||
#define RADIO_CS_PIN 18
|
||||
#define RADIO_DIO0_PIN 26
|
||||
#define RADIO_RST_PIN 23
|
||||
// #define RADIO_DIO1_PIN 33
|
||||
/*
|
||||
* In the T3 V1.6.1 TXCO version, Radio DIO1 is connected to Radio’s
|
||||
* internal temperature-compensated crystal oscillator enable
|
||||
* */
|
||||
#define RADIO_TXCO_ENABLE 33
|
||||
#define RADIO_BUSY_PIN 32
|
||||
|
||||
#define SDCARD_MOSI 15
|
||||
#define SDCARD_MISO 2
|
||||
#define SDCARD_SCLK 14
|
||||
#define SDCARD_CS 13
|
||||
|
||||
#define BOARD_LED 25
|
||||
#define LED_ON HIGH
|
||||
|
||||
#define ADC_PIN 35
|
||||
|
||||
#define HAS_SDCARD
|
||||
#define HAS_DISPLAY
|
||||
|
||||
#elif defined(LILYGO_T3_V2_0)
|
||||
#define I2C_SDA 21
|
||||
#define I2C_SCL 22
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue