From 4bc2bb1ebfc31bd92c19077d1b6dfff5d79481fc Mon Sep 17 00:00:00 2001 From: RyandPark2006 <> Date: Sun, 23 Jan 2022 21:52:18 +0000 Subject: [PATCH] Done for today --- Control System/bootup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Control System/bootup.py b/Control System/bootup.py index d92276b..175e4f6 100644 --- a/Control System/bootup.py +++ b/Control System/bootup.py @@ -59,6 +59,8 @@ class Receiver: def sensorData(self): # Test # Read from Arduinos to know what motors and sensors there are + print("test") + def runSimul(self): threading.Thread(target=self.priorityQueue).start()