1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-10-23 13:48:24 +03:00

Add receive callback mode using DIO0

This commit is contained in:
Sandeep Mistry
2016-09-25 10:49:01 -04:00
parent d27bc56415
commit 57e28d1067
6 changed files with 129 additions and 6 deletions

View File

@@ -21,9 +21,10 @@ An [Arduino](http://arduino.cc/) library for sending and receiving data using [L
| MOSI | MOSI |
| NSS | 10 |
| NRESET | 9 |
| DIO0 | 2 |
`NSS` and `NRESET` pins can be changed by using `LoRa.setPins(ss, reset)`.
`NSS`, `NRESET`, and `DIO0` pins can be changed by using `LoRa.setPins(ss, reset, dio0)`. `DIO0` pin is optional, it is only needed for receive callback mode.
## Installation