7b3b988f0125fc17f09a57542cefedca339bff85
Airplane Data Logger
Logs data from Dynon EFIS-D10A, Dynon EMS-D10, and Garmin GNS430 to a USB thumb drive.
UART1 is GPS
messages are prefixed with "G:"
UART2 is EFIS
messages are prefixed with "F:"
UART3 is EMS
messages are prefixed with "E:"
The original version was based on mbed, which as a development environment did not age well.
The board I used is not available anymore and there is no hardware upgrade path.
The code won't build on the current or previous version of mbed.
The mbed version's c++ source is included only as reference.