From 95f325776cb573524d30dc149e48b7fbb59b6a73 Mon Sep 17 00:00:00 2001 From: Randy Sargent Date: Sat, 5 Feb 2011 20:53:25 -0500 Subject: [PATCH] Added README --- raw2csv/README.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 raw2csv/README.txt diff --git a/raw2csv/README.txt b/raw2csv/README.txt new file mode 100644 index 0000000..c316379 --- /dev/null +++ b/raw2csv/README.txt @@ -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) +