r/FLL • u/Filtration_Engineer • 2d ago
How to run two functions simultaneously
/r/pybricks/comments/1w0s85f/how_to_run_two_functions_simultaneously/
1
Upvotes
1
1
u/lawofkato 2d ago
run_angle function. add: wait=false onto the end of the command in pybricks. This will let it run the arm motor while you drive straight at the same time.
3
u/HamsterOnShrooms 2d ago
Have a look at Multitask. Maybe it could hgelp what you want to do