OpenLog/firmware
Kade Jensen 423d275620 Updated the .hex files to reflect v3.2 changes
Two .hex files in this commit: One is a .hex version of the Arduino
sketch. The other .hex file is a "combined" .hex file that contains both
the optiboot bootloader and the v3.2 firmware.
2013-04-15 16:52:18 -06:00
..
examples Cleaning up directory structure. 2013-03-07 09:39:07 -07:00
OpenLog_v3 Updated the .hex files to reflect v3.2 changes 2013-04-15 16:52:18 -06:00
OpenLog_v3_Light Cleaning up directory structure. 2013-03-07 09:39:07 -07: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.