You've already forked arduino-LoRa
mirror of
https://github.com/sandeepmistry/arduino-LoRa.git
synced 2025-07-04 19:22:26 +03:00
Update API.md
Add note on DIO0 requiring to be interrupt capable.
This commit is contained in:
2
API.md
2
API.md
@ -28,7 +28,7 @@ LoRa.setPins(ss, reset, dio0);
|
||||
```
|
||||
* `ss` - new slave select pin to use, defaults to `10`
|
||||
* `reset` - new reset pin to use, defaults to `9`
|
||||
* `dio0` - new DIO0 pin to use, defaults to `2`
|
||||
* `dio0` - new DIO0 pin to use, defaults to `2`. **Must** be interrupt capable via [attachInterrupt(...)](https://www.arduino.cc/en/Reference/AttachInterrupt).
|
||||
|
||||
This call is optional and only needs to be used if you need to change the default pins used.
|
||||
|
||||
|
Reference in New Issue
Block a user