Skip to content

Commit

Permalink
Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Sargent committed Feb 6, 2011
1 parent 5fcf6c1 commit 95f3257
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions raw2csv/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
raw2csv.py:

Original version from chadjoan in the Zeo developer's forum:
http://blog.myzeo.com/forum/zeo-raw-data-library/recording-real-time-data-into-csv-files-and-wake-when-light/

Uses ZeoRawData-2.0 from Zeo, also modified

Modifications:
Reads data from file instead of serial port.

raw2csv.py [-f] filename
-f: "follow" filename; wait for more data and keep reading until
ctrl-c. (without this flag, exit when end-of-file)

0 comments on commit 95f3257

Please sign in to comment.