Skip to content

Releases: adafruit/Adafruit_CircuitPython_RFM69

Now on PyPi!

07 Aug 22:51
e3a89a5

Choose a tag to compare

  • 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

19 Jul 01:08
39dfd38

Choose a tag to compare

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

18 Jul 11:19
28dd218

Choose a tag to compare

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

01 May 18:38
5407b92

Choose a tag to compare

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

05 Mar 23:01
2234b59

Choose a tag to compare

  • 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.

03 Feb 20:13
1abb4f7

Choose a tag to compare

Thanks to @tannewt for the great work!

1.0 Initial release

19 Jan 21:15
21b58d8

Choose a tag to compare

Initial release to trigger Travis build generation.