Skip to content

BREAKING RELEASE: Adding RST Pin

Compare
Choose a tag to compare
@brentru brentru released this 19 Jul 19:12
· 31 commits to master since this release
17bbcc3

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.