008 - ESP32 MicroPython: Hardware Timer Interrupts

George Bantique September 26, 2020 No Comments

In this tutorial, we will learn how to use the hardware Timer Interrupts of ESP32 in MicroPython. Timer in essence is basically a counter that either counts up or counts down. Timers can be use to trigger an interrupt event when an overflow happened or a certain count value is reached. CIRCUIT DIAGRAM VIDEO DESCRIPTION […]


Read more 008 - ESP32 MicroPython: Hardware Timer Interrupts