Skip to content

Releases: jgillula/rpi-rfm69

v0.7.0

12 May 01:18
02991db
Compare
Choose a tag to compare
  • RFM69HW and HCW specific functions and power level setting added by @Makodan

v0.6.0: Merge pull request #26 from jgillula/0.6.0

14 Nov 00:44
44ed86d
Compare
Choose a tag to compare
  • Added support for ATC mode (thanks @MxMarx)
  • Reduced some hang (thanks @MxMarx)
  • Extended registers retrieved to include High Power PA settings (thanks @tomtastic)

v0.5.1

12 Mar 02:38
a5f7d69
Compare
Choose a tag to compare
  • Added support for radios without reset pins

v0.5.0

09 Feb 21:43
dee8482
Compare
Choose a tag to compare
  • Added set_frequency_in_Hz and get_frequency_in_Hz

v0.4.0

24 Sep 22:51
ec42e7b
Compare
Choose a tag to compare
  • Made the Radio class threadsafe, and added threadsafe methods for accessing packets
  • Added testing for the threadsafe methods
  • Added pylinting and made some cosmetic changes to get a good pylint score
  • Added coverage testing via coveralls.io, and instructions for doing so

v0.3.0

10 Sep 17:11
1abd5df
Compare
Choose a tag to compare
  • Added support for sendListenModeBurst
  • Made tests more configurable
  • Removed Python 2 from tests since it's EOL
  • Added instructions on how to build for PyPi