interrupts

  • ESP32 interrupts in Arduino IDE

    ESP32 interrupts in Arduino IDE

    Let’s study ESP32 interrupts in Arduino IDE, both the hardware one (digital input) and the timer one (internal timer)

  • Why use Arduino interrupts?

    Why use Arduino interrupts?

    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