OpenLog/firmware
Nathan Seidle e391f1fbff Increase MAX_CFG length to allow larger escape char values.
Increase length of max config string from 2 chars (14) to 3 chars (214).
2013-12-14 14:19:24 -07:00
..
examples Increased number of escape chars, log name increment and memory bug. 2013-12-14 14:10:41 -07:00
OpenLog_v3 Increase MAX_CFG length to allow larger escape char values. 2013-12-14 14:19:24 -07:00
OpenLog_v3_Light Removed a fixed length array from Light version. 2013-07-15 23:26:53 -06:00
README.md Cleanup readme files. 2013-03-07 10:00:16 -07:00

OpenLog Firmware

  • OpenLog_v3 - Firmware that ships with OpenLog. '?' command will show the version loaded onto a unit.
  • OpenLog_v3_Light - Used for high-speed logging. By removing the menu and command mode the receive buffer is increased.
  • Examples - Arduino examples for controlling and testing OpenLog
    • CommandTest - Example of how to create and append a file via command line control.
    • ReadExample - Example of how to control OpenLog via command line.
    • Test_Sketch - Used to test OpenLog with lots of serial data
    • Test_Sketch_Binary - Used to test OpenLog with binary data and escape characters.