timer-interrupt topic
List
timer-interrupt repositories
ESP32TimerInterrupt
173
Stars
27
Forks
Watchers
This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong...
TimerInterrupt_Generic
38
Stars
5
Forks
Watchers
This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, Teensy, etc. These Hardware Timers, using Interrupt, still...