Releases: adafruit/Adafruit_CircuitPython_RFM69
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-rfm69
.
Read the docs for info on how to use it.
fix a few pylint issues
Minor changes to satisfy pylint. No functional changes
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fix frequency setter
Fix frequency setter - add timeout to send.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
More doc refinement
Thanks to @sommersoft for the documentation refinement.
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Baudrate + better docs
- Add baudrate kwarg to constructor. Lower baudrates improve reliability when used with the RFM69 breakout. Thanks to @jerryneedell !
- Improved docs. Thanks @sommersoft !
To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Documentation update.
Thanks to @tannewt for the great work!
1.0 Initial release
Initial release to trigger Travis build generation.