Add ELRS True diversity LR1121

This commit is contained in:
Egor
2025-01-20 01:16:29 -08:00
parent bbc822b926
commit 4f472c7d4e
3 changed files with 264 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
#define SERIAL_RX 3
#define SERIAL_TX 1
#define RADIO_MISO 33
#define RADIO_MOSI 32
#define RADIO_SCK 25
#define RADIO_BUSY 36
#define RADIO_DIO1 37
#define RADIO_NSS 27
#define RADIO_RST 26
#define RADIO_BUSY_2 39
#define RADIO_DIO1_2 34
#define RADIO_NSS_2 13
#define RADIO_RST_2 21
#define BUTTON 0
#define LED RGB 22
// Source:
// https://github.com/ExpressLRS/targets/blob/4f3b2cba00c706da6a75f545a0650d0b0b0386ee/RX/Generic%20LR1121%20True%20Diversity.json
/**
* "radio_miso": 33,
"radio_mosi": 32,
"radio_sck": 25,
"radio_busy": 36,
"radio_dio1": 37,
"radio_nss": 27,
"radio_rst": 26,
"radio_busy_2": 39,
"radio_dio1_2": 34,
"radio_nss_2": 13,
"radio_rst_2": 21,
*/