We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9be377 commit 1c31283Copy full SHA for 1c31283
pylabrobot/plate_reading/byonoy.py
@@ -14,7 +14,8 @@ class Byonoy(PlateReaderBackend):
14
absorbance, or fluorescence from a plate."""
15
16
def __init__(self) -> None:
17
- self.io = HID(vid=0x16D0, pid=0x1199) # 16d0:119B for fluorescence
+ # self.io = HID(vid=0x16D0, pid=0x1199) # 16d0:119B for fluorescence
18
+ self.io = HID(vid=0x16D0, pid=0x119B) # 16d0:119B for fluorescence
19
self._background_thread: Optional[threading.Thread] = None
20
self._stop_background = threading.Event()
21
self._ping_interval = 1.0 # Send ping every second
0 commit comments