diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2011-10-23 13:44:07 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2011-10-23 13:44:07 +0200 |
commit | 77f5e686612898974e13f2a5df57c20e4e529363 (patch) | |
tree | 18aa1c569cd5428d269742bd907a0894e4b766a6 /liboctopus/python/demos/adc.py | |
parent | 5d9d373a959271b498710817d08c2ea8e153aa6e (diff) | |
download | mini-octopus-77f5e686612898974e13f2a5df57c20e4e529363.tar.gz mini-octopus-77f5e686612898974e13f2a5df57c20e4e529363.zip |
adc.py
Diffstat (limited to 'liboctopus/python/demos/adc.py')
-rw-r--r-- | liboctopus/python/demos/adc.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/liboctopus/python/demos/adc.py b/liboctopus/python/demos/adc.py index 9ff7725..1436c58 100644 --- a/liboctopus/python/demos/adc.py +++ b/liboctopus/python/demos/adc.py @@ -1,5 +1,7 @@ from octopus import * import time +import pdb +#pdb.set_trace() op=octopus_context() |