In this video I teach you how to do multithreading with EV3 MicroPython. I do that basically by showing how to beep and change the color of the EV3 Brick's light at the same time. Then, in the end, you press the touch sensor to stop the main program, and since the threads run when the main program is running, the threads will stop when the main program stops.