Removed Arduino dependencies from Radio, RFM69HCW, and APRS-Decoder. Added an enum for type and struct for APRSData. Added implementation for decoding APRS messages into the Telemetry format. Fixed only sending the first 61 bytes of a message. Fixed the begin() function without arguments not being defined. Fixed some issues with APRSEncodeFunctions.h. Started working on getting code to work outside of an Arduino environment. For now, implementing the RFM69HCW library for Windows/Linux x86 computers is not necessary, but RPi compatibility will be worked on in another issue. Fully implementing encoders and decoders will also be worked on in another issue.
Removed Arduino dependencies from Radio, RFM69HCW, and APRS-Decoder. Added an enum for type and struct for APRSData. Added implementation for decoding APRS messages into the Telemetry format. Fixed only sending the first 61 bytes of a message. Fixed the begin() function without arguments not being defined. Fixed some issues with APRSEncodeFunctions.h. Started working on getting code to work outside of an Arduino environment. For now, implementing the RFM69HCW library for Windows/Linux x86 computers is not necessary, but RPi compatibility will be worked on in another issue. Fully implementing encoders and decoders will also be worked on in another issue.