1. Goals
-
Learn about what happens when the Pico runs Python code. Text input, down to the CPU, and out to the hardware.
-
Formalize your mission objectives or car behaviors to demo on Friday.
3. Multi-tasking
3.1. Timer callback
-
Using
Timer
to do something in the future.
https://docs.micropython.org/en/latest/library/machine.Timer.html