almusil / rfm69

A generic rust driver to support RFM69 family wireless chips.
Apache License 2.0
9 stars 9 forks source link

Add High Power Feature for RFM69HCW #41

Open whatisbyandby opened 4 weeks ago

whatisbyandby commented 4 weeks ago

4 Add High Power

Datasheet

whatisbyandby commented 4 weeks ago

Please feel free to provide any feedback. I just wanted to get your input sooner than later, I tested it with two RFM69HCW radios and an RP Pico, and it seems to be working great. I'm not sure if there is a way to ID if the radio is a high power model or not, but if so it might be worth returning an err if the user tries to call tx_level_high_pwr on a radio that doesn't support high pwr.