Fix light sensor parsing

This commit is contained in:
2025-12-27 14:44:51 +01:00
parent 495868a170
commit a2c3fea4af
4 changed files with 29 additions and 9 deletions

View File

@@ -1,8 +1,4 @@
#!/usr/bin/env python3
from collections.abc import Callable
from threading import Thread
import threading
from serial import Serial
from hardware.generic.serial_reader import SerialReader