009 - ESP32 MicroPython: Non-blocking Delays and Multithreading | Multitasking
In previous tutorials we learned to use the hardware timer interrupt which is very useful when we need to execute a task at specific interval period. We also use hardware timer interrupts for executing timed threaded task which is similar to multitasking. Using the hardware timer in that manner, sooner or later, we will runout […]
Read more 009 - ESP32 MicroPython: Non-blocking Delays and Multithreading | Multitasking