Terrapin-Rocket-Team / Multi-Mission-Flight-Software

An arudino library used by the Terrapin Rocket Team as the foundation of the team's flight software.
5 stars 0 forks source link

RFM69HCW Return Types #63

Closed DrewBrandt closed 1 month ago

DrewBrandt commented 1 month ago

The RFM class has a number of functions including rx(), recieve(), and available() that throw warning because they do not always return something. The return type on these functions should be evaluated and possibly changed to void or bool.