-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Randy Sargent
committed
Feb 6, 2011
1 parent
5fcf6c1
commit 95f3257
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) | ||
|