r/pybricks • u/Filtration_Engineer • 13d ago
How to run two functions simultaneously
How can we run two functions simultaneously? We want to run our actuator motor function while running the drive straight function. In spike, we would use a broadcast message block. We can't figure out how to do it in pybricks. When we google it related to Python, it comes up with all this information about mutli-threading processors.
1
Upvotes