parent
c1eb2b70f4
commit
4bdb21eee9
|
@ -25,7 +25,7 @@ An [Arduino](http://arduino.cc/) library for sending and receiving data using [L
|
|||
| 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue