Adafruit-circuitpython-tinylora

Latest version: v2.2.18

Safety actively analyzes 628924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

2.0.1

This release includes:
* Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://circuitpython.org/libraries).

To use in CPython, `pip3 install adafruit-circuitpython-tinylora`.

Read the [docs](http://circuitpython.readthedocs.io/projects/tinylora/en/latest/) for info on how to use it.

2.0.0

BREAKING RELEASE: The TinyLoRa initialization method signature has been changed to require a `rst` pin (digitalio pin object).

from:
`lora = TinyLoRa(spi, cs, irq, ttn_config)`
to:
`lora = TinyLoRa(spi, cs, irq, rst, ttn_config)`


*Release Notes*
* Resets the RFM9x module before attempting to read the RFM9x RegVersion. Prevents chip from starting/reading from a bad state.
* Examples have been changed to reflect the addition of the RST pin.
* Adds a deinit() method along with enter and exit methods for use with a context manager


To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-tinylora`.

Read the [docs](https://circuitpython.readthedocs.io/projects/tinylora/en/latest/) for info on how to use it.

1.0.8

- Library supports forwarding payloads larger than 7 bytes to TheThingsNetwork - thanks jerryneedell for adding this! (https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa/issues/19)

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-tinylora`.

Read the [docs](https://circuitpython.readthedocs.io/projects/tinylora/en/latest/) for info on how to use it.

1.0.7

- Removed printing three frequency registers (MSB/MID/LSB) to the REPL when `set_channel` is called.
- Updated RTD badge to current URL.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-tinylora`.

Read the [docs](https://circuitpython.readthedocs.io/projects/tinylora/en/latest/) for info on how to use it.

1.0.6

- Added Single Channel Example

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-tinylora`.

Read the [docs](https://circuitpython.readthedocs.io/projects/tinylora/en/latest/) for info on how to use it.

1.0.5

* Explicitly declare `irq` (RFM Pin D0) direction as input and `cs` (RFM Pin NSS) direction as output within `adafruit_tinylora.py`.

To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).

To use in CPython, `pip install adafruit-circuitpython-tinylora`.

Read the [docs](https://circuitpython.readthedocs.io/projects/tinylora/en/latest/) for info on how to use it.

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.