Skip to content

Commit d0896a4

Browse files
Bump dependencies dvg-qdeviceio==0.1.2 and dvg-devices==0.0.4
1 parent 7e4c7fa commit d0896a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Arduino_PyQt_demo_with_multithreading.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
from 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()
3333
from 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,

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ pyqt5~=5.12
55
pyqtgraph~=0.10
66

77
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

0 commit comments

Comments
 (0)