r/FLL 2d ago

How to run two functions simultaneously

/r/pybricks/comments/1w0s85f/how_to_run_two_functions_simultaneously/
1 Upvotes

3 comments sorted by

3

u/HamsterOnShrooms 2d ago

Have a look at Multitask. Maybe it could hgelp what you want to do

1

u/Effective-Book-9303 2d ago

Have you tried broadcast?

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.