jgillula / rpi-rfm69

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

RFM69HW and HCW specific functions and power level setting added #28

Closed Makodan closed 6 months ago

Makodan commented 6 months ago

I've added some HCW and HW specific functionalities to properly configure the PA1 and PA2 based on lowpowerlab's 1.5.0 release. Issue is defined here: https://lowpowerlab.com/2021/08/31/rfm69-tx-output-power-testing-library-fix/ Tested on Rpi 3B

jgillula commented 6 months ago

Thanks for the PR! I should be able to give it a test this weekend, and if everything looks good I'll go ahead and accept it.