1
0
mirror of https://github.com/sandeepmistry/arduino-LoRa.git synced 2025-04-20 23:47:47 +03:00

Update README.md

Add note on DIO0 being interrupt capable.
This commit is contained in:
Sandeep Mistry 2017-04-23 20:31:43 -04:00 committed by GitHub
parent c1eb2b70f4
commit 4bdb21eee9

View File

@ -25,7 +25,7 @@ An [Arduino](http://arduino.cc/) library for sending and receiving data using [L
| DIO0 | 2 | | DIO0 | 2 |
`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. `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. If `DIO0` pin is used, it **must** be interrupt capable via [`attachInterrupt(...)`](https://www.arduino.cc/en/Reference/AttachInterrupt).
## Installation ## Installation