Cleaning up readme files.

This commit is contained in:
Nathan Seidle 2013-03-07 09:51:49 -07:00
parent dcc9b26b70
commit 9fb29b816a
2 changed files with 62 additions and 42 deletions

View File

@ -18,6 +18,15 @@ The FAT16/FAT32 firmware was originally designed by Roland Riegel and is release
OpenLog v2.0 and above uses sdfatlib written by Bill Greiman and is released under [GPL v3](http://www.gnu.org/licenses/gpl-3.0.html). OpenLog v2.0 and above uses sdfatlib written by Bill Greiman and is released under [GPL v3](http://www.gnu.org/licenses/gpl-3.0.html).
The OpenLog firmware was created by SparkFun Electronics. The OpenLog firmware was created by SparkFun Electronics.
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
Version History Version History
--------------- ---------------

11
firmware/README.md Normal file
View File

@ -0,0 +1,11 @@
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.