Update readme
This commit is contained in:
parent
8bb170efab
commit
b947063667
2 changed files with 33 additions and 26 deletions
30
README.MD
30
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
|
||||
|
||||
```
|
||||
|
||||
<h3 align = "left">PinOut :</h3>
|
||||
|
|
|
|||
29
README_CN.MD
29
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
|
||||
|
||||
```
|
||||
|
||||
<h3 align = "left">引脚映射 :</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue