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 2929
3030from dvg_devices .Arduino_protocol_serial import Arduino # I.e. the `device`
3131
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()
3333from dvg_qdeviceio import QDeviceIO
3434
3535
@@ -466,7 +466,7 @@ def DAQ_function():
466466 # --------------------------------------------------------------------------
467467
468468 """
469- # Alternative approach as a mixed-in QDeviceIO class
469+ # Alternative approach as subclassed QDeviceIO()
470470 # fmt: off
471471 qdev_ard = Arduino_qdev(
472472 dev = ard,
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ pyqt5~=5.12
55pyqtgraph ~= 0.10
66
77dvg-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