diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-10-23 21:14:40 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-10-30 11:33:54 +0100 |
commit | 770ba5201f5c60b2bb36602ff9d359f641e33125 (patch) | |
tree | 2200757f04efbc281c4b3714bfe2e4fe911193b6 /liboctopus/python/demos/adc.py | |
parent | 77f5e686612898974e13f2a5df57c20e4e529363 (diff) | |
download | mini-octopus-770ba5201f5c60b2bb36602ff9d359f641e33125.tar.gz mini-octopus-770ba5201f5c60b2bb36602ff9d359f641e33125.zip |
Charting with flask, rgraph and custom "timeseries database"
Diffstat (limited to 'liboctopus/python/demos/adc.py')
-rw-r--r-- | liboctopus/python/demos/adc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/liboctopus/python/demos/adc.py b/liboctopus/python/demos/adc.py index 1436c58..338eea9 100644 --- a/liboctopus/python/demos/adc.py +++ b/liboctopus/python/demos/adc.py @@ -1,7 +1,7 @@ + + from octopus import * import time -import pdb -#pdb.set_trace() op=octopus_context() |