Terrapin-Rocket-Team / SRAD-Avionics

Code and PCBs for the avionics subteam for the SRAD flight computer and side projects
6 stars 2 forks source link

Teensy Radio Code #32

Closed jhauerst closed 10 months ago

jhauerst commented 10 months ago

Added Radio class template for future radios. Added RFM69HCW class to interface with the RFM69HCW radio and encode data from the State object into an APRS message, and decode from APRS message to the Ground Station format. Future encoding/decoding types are planned but will be part of future issues.