From 18ce758a44685b9b170716b297b4630976c7bf2e Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Thu, 3 Jun 2021 17:19:34 -0400 Subject: added simple test of ue9 --- test_ue9.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 test_ue9.py diff --git a/test_ue9.py b/test_ue9.py new file mode 100755 index 0000000..d8a0dff --- /dev/null +++ b/test_ue9.py @@ -0,0 +1,10 @@ + +import ue9qol + +daq = ue9qol.UE9qol() + +daq.setOutputCh(0, 0.5) + +v1 = daq.getInputCh(1) +print(f'ch1 = {v1}') + -- cgit v1.2.3