aboutsummaryrefslogtreecommitdiff
path: root/test_ue9.py
diff options
context:
space:
mode:
Diffstat (limited to 'test_ue9.py')
-rwxr-xr-xtest_ue9.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/test_ue9.py b/test_ue9.py
deleted file mode 100755
index d8a0dff..0000000
--- a/test_ue9.py
+++ /dev/null
@@ -1,10 +0,0 @@
-
-import ue9qol
-
-daq = ue9qol.UE9qol()
-
-daq.setOutputCh(0, 0.5)
-
-v1 = daq.getInputCh(1)
-print(f'ch1 = {v1}')
-