The radio code from #11 will also need to be updated to work with Raspberry Pi for transmitting live video, and Windows and MacOS machines, if possible, for receiving on the ground. This involves removing or finding an alternative for Arduino dependencies such as String, and testing the code on each platform. This will also be useful for the future transition to the STM32. This issue will also include the suggestions from #32.
[x] Remove or find alternatives to Arduino libraries used in the Radio and RFM69HCW classes.
[ ] Find alternatives or develop a custom implementation for Arduino libraries used in the RFM69 class.
[x] Find header files to replace Arduino.h
[ ] Make a replacement SPIClass for Raspberry Pi, Windows, and MacOS
The radio code from #11 will also need to be updated to work with Raspberry Pi for transmitting live video, and Windows and MacOS machines, if possible, for receiving on the ground. This involves removing or finding an alternative for Arduino dependencies such as String, and testing the code on each platform. This will also be useful for the future transition to the STM32. This issue will also include the suggestions from #32.