Answer Key: EV3 - Multitasking_Unit_Level
- Running more than 1 program at the same time.
- Use Mutlitasking to run each of these smaller programs in parallel branches
- Ziffle needs to specify a different motor in one of his programs so the branches don't conflict. He uses motor B in both branches.
- The Loop Interrupt in the second program needs to specify the number/name of the program it wants to interrupt. Both values should be 01. The Loop Interrupt value is set to 02.