isr-based-timer topic

List isr-based-timer 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...

ESP8266TimerInterrupt

96
Stars
25
Forks
Watchers

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulo...

RPI_PICO_TimerInterrupt

29
Stars
15
Forks
Watchers

This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO. These RPI_PICO_TimerInterrupt Hardware Timers, using Interrupt, still work even if othe...