Template
line format
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Airplane Data Logger
|
||||
|
||||
[Project notes](https://staton.us/ken/pages/projects/adl/airplane-data-logger/)
|
||||
[Project notes](https://staton.us/ken/pages/projects/adl/airplane-data-logger/)<br>
|
||||
Logs data from
|
||||
+ Dynon EFIS-D10A
|
||||
+ Dynon EMS-D10
|
||||
@@ -8,13 +8,13 @@ Logs data from
|
||||
<div>
|
||||
to a USB thumb drive.
|
||||
<br>
|
||||
UART1 is GPS 9600 baud
|
||||
log messages are prefixed with "G:"
|
||||
UART2 is EFIS 115200 baud
|
||||
log messages are prefixed with "F:"
|
||||
UART3 is EMS 115200 baud
|
||||
log messages are prefixed with "E:"
|
||||
|
||||
UART1 is GPS 9600 baud<br>
|
||||
log messages are prefixed with "G:"<br>
|
||||
UART2 is EFIS 115200 baud<br>
|
||||
log messages are prefixed with "F:"<br>
|
||||
UART3 is EMS 115200 baud<br>
|
||||
log messages are prefixed with "E:"<br>
|
||||
<br>
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user