BREAKING RELEASE: Adding RST Pin
BREAKING RELEASE:
The TinyLoRa function signature has been changed to from:
TinyLoRa lora = TinyLoRa(irq, cs);
to:
TinyLoRa lora = TinyLoRa(irq, cs, rst);
Release Notes:
- Resets the RFM9x module before attempting to read the RFM9x RegVersion. Prevents chip from starting/reading in bad state.
- Examples have been changed to reflect the addition of the RST pin.