docs/todo SD Tooth Log
This commit is contained in:
parent
fd1f72f68b
commit
374b091302
|
@ -1,6 +1,9 @@
|
||||||
/*
|
/*
|
||||||
* @file tooth_logger.cpp
|
* @file tooth_logger.cpp
|
||||||
*
|
*
|
||||||
|
* At least some of the code here is related to xxx.teeth files
|
||||||
|
* See also misc\tooth_log_converter\log_convert.cpp
|
||||||
|
*
|
||||||
* @date Jul 7, 2019
|
* @date Jul 7, 2019
|
||||||
* @author Matthew Kennedy
|
* @author Matthew Kennedy
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
# SD Tooth Log Converter
|
# SD Tooth Log Converter
|
||||||
|
|
||||||
|
TODO: how exactly do we want to make this more user friendly? Should we write .csv right on the SD card? Should we use
|
||||||
|
rusEFI console to convert? A web based conversion/viewer? Else?
|
||||||
|
|
||||||
This program converts SD stored tooth logs to csv for analysis or replay as part of a unit test.
|
This program converts SD stored tooth logs to csv for analysis or replay as part of a unit test.
|
||||||
|
|
||||||
Create a log by setting "SD logger mode" to "trigger", then restart the ECU with an SD card present (but without USB connected), then crank/run/etc the engine to save a log. Restart again with USB to pull the log off.
|
Create a log by setting "SD logger mode" to "trigger", then restart the ECU with an SD card present (but without USB connected), then crank/run/etc the engine to save a log. Restart again with USB to pull the log off.
|
||||||
|
|
Loading…
Reference in New Issue