ESP32 Timer Interrupt - Programming Questions - Arduino Forum
I am using Esp32 Dev Module to develop the timer interrupt code . but when I am using timerBegin() function I am getting errors like that: timerBegin() function can accept only one argument. Please help me out this problem. For you reference I am posting my code. ===== #define LED 21 hw_timer_t *Timer0_Cfg = NULL; void IRAM_ATTR Timer0_ISR()
more
|