ESP32 timer interrupt the easy way
Let’s dive in the ESP32 timer interrupt, a way of controlling your programs that is simple and straightforward. We will implement the blink of two LEDs independently, without one interfering on another.
Let’s dive in the ESP32 timer interrupt, a way of controlling your programs that is simple and straightforward. We will implement the blink of two LEDs independently, without one interfering on another.
Learn how to control buttons and LEDs with microPython, not using any delay (time.sleep()), making non-blocking code Raspberry wit Pi Pico 2
Today we will learn Why use Arduino interrupts, with an example of code I used in the company I work for. I solved a big problem easily