Done for today

This commit is contained in:
RyandPark2006 2022-01-23 21:52:18 +00:00
parent 86219c72e8
commit 4bc2bb1ebf

View File

@ -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()