jgillula / rpi-rfm69

Python RFM69 library for Raspberry Pi
GNU General Public License v3.0
30 stars 20 forks source link

Fixes issue https://github.com/jgillula/rpi-rfm69/issues/14 #15

Closed leopard3l closed 2 years ago

leopard3l commented 2 years ago

Add 2 functions to allow to set and get the frequency in Hz like the original library allows to do

See https://github.com/etrombly/RFM69/blob/master/RFM69.py#L136

This commit fixes issue https://github.com/jgillula/rpi-rfm69/issues/14