Update RREADME
This commit is contained in:
parent
ae1ccc39c1
commit
fda974126f
2 changed files with 34 additions and 23 deletions
29
README.MD
29
README.MD
|
|
@ -70,20 +70,23 @@
|
|||
## Example description
|
||||
|
||||
```
|
||||
examples
|
||||
├─ArduinoLoRa # Just only support SX1276/SX1278 radio module
|
||||
├─ArduinoLoRa # Only support SX1276/SX1278 radio module
|
||||
│ ├─LoRaReceiver
|
||||
│ └─LoRaSender
|
||||
├─GPS # T-Beam GPS demo examples
|
||||
│ ├─Example1_BasicNMEARead
|
||||
│ ├─Example2_NMEAParsing
|
||||
│ ├─Example3_FactoryDefaultsviaSerial
|
||||
├─GPS # T-Beam GPS demo examples
|
||||
│ ├─TinyGPS_Example
|
||||
│ └─TinyGPS_KitchenSink
|
||||
├─OLED # OLED demo examples
|
||||
│ ├─TinyGPS_FullExample
|
||||
│ ├─TinyGPS_KitchenSink
|
||||
│ ├─UBlox_BasicNMEARead # Only support Ublox GNSS Module
|
||||
│ └─UBlox_NMEAParsing # Only support Ublox GNSS Module
|
||||
├─OLED # OLED demo examples
|
||||
│ ├─SH1106FontUsage
|
||||
│ ├─SH1106GraphicsTest
|
||||
│ ├─SH1106IconMenu
|
||||
│ ├─SH1106PrintUTF8
|
||||
│ ├─SSD1306SimpleDemo
|
||||
│ └─SSD1306UiDemo
|
||||
├─RadioLibExamples # RadioLib examples,Support SX1276/78/62/80
|
||||
├─RadioLibExamples # RadioLib examples,Support SX1276/78/62/80
|
||||
│ ├─SX1262
|
||||
│ │ ├─SX1262_Receive_Interrupt
|
||||
│ │ └─SX1262_Transmit_Interrupt
|
||||
|
|
@ -99,13 +102,15 @@ examples
|
|||
│ │ ├─SX1278_Transmit
|
||||
│ │ └─SX1278_Transmit_Interrupt
|
||||
│ ├─SX1280
|
||||
│ │ ├─Ranging
|
||||
│ │ │ ├─Ranging_Master
|
||||
│ │ │ └─Ranging_Slave
|
||||
│ │ ├─SX128x_Receive_Interrupt
|
||||
│ │ └─SX128x_Transmit_Interrupt
|
||||
│ └─TBeamAllFunction # T-Beam all function example
|
||||
│ └─TBeamAllFunction # T-Beam all function example
|
||||
├─SleepTest
|
||||
└─TTN # OTAA method Join TTN example
|
||||
└─TTN # OTAA method Join TTN example
|
||||
└─TTN_OTTA
|
||||
|
||||
```
|
||||
|
||||
## Radio resolution
|
||||
|
|
|
|||
28
README_CN.MD
28
README_CN.MD
|
|
@ -60,20 +60,23 @@
|
|||
## 示例描述
|
||||
|
||||
```
|
||||
examples
|
||||
├─ArduinoLoRa # Just only support SX1276/SX1278 radio module
|
||||
├─ArduinoLoRa # Only support SX1276/SX1278 radio module
|
||||
│ ├─LoRaReceiver
|
||||
│ └─LoRaSender
|
||||
├─GPS # T-Beam GPS demo examples
|
||||
│ ├─Example1_BasicNMEARead
|
||||
│ ├─Example2_NMEAParsing
|
||||
│ ├─Example3_FactoryDefaultsviaSerial
|
||||
├─GPS # T-Beam GPS demo examples
|
||||
│ ├─TinyGPS_Example
|
||||
│ └─TinyGPS_KitchenSink
|
||||
├─OLED # OLED demo examples
|
||||
│ ├─TinyGPS_FullExample
|
||||
│ ├─TinyGPS_KitchenSink
|
||||
│ ├─UBlox_BasicNMEARead # Only support Ublox GNSS Module
|
||||
│ └─UBlox_NMEAParsing # Only support Ublox GNSS Module
|
||||
├─OLED # OLED demo examples
|
||||
│ ├─SH1106FontUsage
|
||||
│ ├─SH1106GraphicsTest
|
||||
│ ├─SH1106IconMenu
|
||||
│ ├─SH1106PrintUTF8
|
||||
│ ├─SSD1306SimpleDemo
|
||||
│ └─SSD1306UiDemo
|
||||
├─RadioLibExamples # RadioLib examples,Support SX1276/78/62/80
|
||||
├─RadioLibExamples # RadioLib examples,Support SX1276/78/62/80
|
||||
│ ├─SX1262
|
||||
│ │ ├─SX1262_Receive_Interrupt
|
||||
│ │ └─SX1262_Transmit_Interrupt
|
||||
|
|
@ -89,11 +92,14 @@ examples
|
|||
│ │ ├─SX1278_Transmit
|
||||
│ │ └─SX1278_Transmit_Interrupt
|
||||
│ ├─SX1280
|
||||
│ │ ├─Ranging
|
||||
│ │ │ ├─Ranging_Master
|
||||
│ │ │ └─Ranging_Slave
|
||||
│ │ ├─SX128x_Receive_Interrupt
|
||||
│ │ └─SX128x_Transmit_Interrupt
|
||||
│ └─TBeamAllFunction # T-Beam all function example
|
||||
│ └─TBeamAllFunction # T-Beam all function example
|
||||
├─SleepTest
|
||||
└─TTN # OTAA method Join TTN example
|
||||
└─TTN # OTAA method Join TTN example
|
||||
└─TTN_OTTA
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue