File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
30
30
from dvg_devices .Arduino_protocol_serial import Arduino # I.e. the `device`
31
31
32
- # from dvg_devices.Arduino_qdev import Arduino_qdev # Alternative approach as a mixed-in QDeviceIO class
32
+ #from dvg_devices.Arduino_qdev import Arduino_qdev # Alternative approach as subclassed QDeviceIO()
33
33
from dvg_qdeviceio import QDeviceIO
34
34
35
35
@@ -466,7 +466,7 @@ def DAQ_function():
466
466
# --------------------------------------------------------------------------
467
467
468
468
"""
469
- # Alternative approach as a mixed-in QDeviceIO class
469
+ # Alternative approach as subclassed QDeviceIO()
470
470
# fmt: off
471
471
qdev_ard = Arduino_qdev(
472
472
dev = ard,
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ pyqt5~=5.12
5
5
pyqtgraph ~= 0.10
6
6
7
7
dvg-debug-functions ~= 2.0
8
- dvg-qdeviceio ~= 0.1.1
9
- dvg-devices ~= 0.0.3
8
+ dvg-qdeviceio ~= 0.1.2
9
+ dvg-devices ~= 0.0.4
You can’t perform that action at this time.
0 commit comments