Programming timer interruption - Arduino Forum
Im posting here a simple project to create an interrupt timer on an ESP32 board for version 3. 1. 1 by Esspressif Systems. I had difficulties to find updated information to make this code, I hope it can be useful to someone ! This code creates an interrupt every 100ms and counts the number of interrupts. There is the code : #include "esp32-hal-timer. h" const int ledPin = 2; pin of the LED . . .
more
|