From b94706366794bf550d054a26b8222b165b5c4f4a Mon Sep 17 00:00:00 2001 From: lewisxhe Date: Tue, 8 Dec 2020 14:40:28 +0800 Subject: [PATCH] Update readme --- README.MD | 30 +++++++++++++++++------------- README_CN.MD | 29 ++++++++++++++++------------- 2 files changed, 33 insertions(+), 26 deletions(-) diff --git a/README.MD b/README.MD index de7210d..5b0e7e7 100644 --- a/README.MD +++ b/README.MD @@ -28,6 +28,7 @@ ## Example description + ``` examples ├── ArduinoLoRa # Just only support SX1276/SX1278 radio module @@ -42,19 +43,22 @@ examples ├── OLED # OLED demo examples │ ├── SSD1306SimpleDemo │ └── SSD1306UiDemo -└── RadioLibExamples # RadioLib examples,Support SX1276/78/62 - ├── SX1262 - │ ├── SX1262_Receive_Interrupt - │ └── SX1262_Transmit_Interrupt - ├── SX1276 - │ ├── SX1276_Receive_Interrupt - │ └── SX1276_Transmit_Interrupt - ├── SX1278 - │ ├── SX1278_Receive - │ ├── SX1278_Receive_Interrupt - │ ├── SX1278_Transmit - │ └── SX1278_Transmit_Interrupt - └── TBeamAllFunction # T-Beam all function example +├── RadioLibExamples # RadioLib examples,Support SX1276/78/62 +│ ├── SX1262 +│ │ ├── SX1262_Receive_Interrupt +│ │ └── SX1262_Transmit_Interrupt +│ ├── SX1276 +│ │ ├── SX1276_Receive_Interrupt +│ │ └── SX1276_Transmit_Interrupt +│ ├── SX1278 +│ │ ├── SX1278_Receive +│ │ ├── SX1278_Receive_Interrupt +│ │ ├── SX1278_Transmit +│ │ └── SX1278_Transmit_Interrupt +│ └── TBeamAllFunction # T-Beam all function example +└── TTN + └── TTN_OTTA # OTAA method Join TTN example + ```

PinOut :

diff --git a/README_CN.MD b/README_CN.MD index c10abca..323a352 100644 --- a/README_CN.MD +++ b/README_CN.MD @@ -43,19 +43,22 @@ examples ├── OLED # OLED demo examples │ ├── SSD1306SimpleDemo │ └── SSD1306UiDemo -└── RadioLibExamples # RadioLib examples,Support SX1276/78/62 - ├── SX1262 - │ ├── SX1262_Receive_Interrupt - │ └── SX1262_Transmit_Interrupt - ├── SX1276 - │ ├── SX1276_Receive_Interrupt - │ └── SX1276_Transmit_Interrupt - ├── SX1278 - │ ├── SX1278_Receive - │ ├── SX1278_Receive_Interrupt - │ ├── SX1278_Transmit - │ └── SX1278_Transmit_Interrupt - └── TBeamAllFunction # T-Beam all function example +├── RadioLibExamples # RadioLib examples,Support SX1276/78/62 +│ ├── SX1262 +│ │ ├── SX1262_Receive_Interrupt +│ │ └── SX1262_Transmit_Interrupt +│ ├── SX1276 +│ │ ├── SX1276_Receive_Interrupt +│ │ └── SX1276_Transmit_Interrupt +│ ├── SX1278 +│ │ ├── SX1278_Receive +│ │ ├── SX1278_Receive_Interrupt +│ │ ├── SX1278_Transmit +│ │ └── SX1278_Transmit_Interrupt +│ └── TBeamAllFunction # T-Beam all function example +└── TTN + └── TTN_OTTA # OTAA method Join TTN example + ```

引脚映射 :