Update readme

This commit is contained in:
lewisxhe 2020-12-08 14:40:28 +08:00
commit b947063667
2 changed files with 33 additions and 26 deletions

View file

@ -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>

View file

@ -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>