odo serial

This commit is contained in:
acki
2025-10-16 19:56:19 +02:00
parent 33050f741c
commit b88b344b44

View File

@@ -8,8 +8,7 @@ BAUDRATE = 115200
stop_thread = False
hola = ("SET;START;1"
"SET;PID;THETA;8;1;1")
hola = "SET;START;1\nSET;PID;THETA;8;1;1"
def read_serial(ser):
"""Thread de lecture asynchrone du port série"""