Cleanup readme files.

This commit is contained in:
Nathan Seidle 2013-03-07 10:00:16 -07:00
parent a9391631bd
commit c61a3e0619
2 changed files with 7 additions and 9 deletions

View File

@ -23,10 +23,9 @@ Repository Contents
* **/hardware** - Hardware design files for the OpenLog PCB. These files were designed in Eagle CAD.
* **/firmware**
** OpenLog_v3 - Firmware that ships with OpenLog
** OpenLog_v3_Light - Alternative version to allow for larger buffers
** Examples - Example Arduino code for controlling and testing OpenLog
* OpenLog_v3 - Firmware that ships with OpenLog
* OpenLog_v3_Light - Alternative version to allow for larger buffers
* Examples - Example Arduino code for controlling and testing OpenLog
Version History
---------------

View File

@ -4,9 +4,8 @@ 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.
* 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.