TimerInterrupt_Generic

This library enables you to use Interrupt from Hardware Timers on supported Arduino boards such as AVR, Mega-AVR, ESP8266, ESP32, SAMD, SAM DUE, nRF52, STM32F/L/H/G/WB/MP1, Teensy, Nano-33-BLE, RP2040-based boards, etc.

Author
Khoi Hoang
Website
https://github.com/khoih-prog/TimerInterrupt_Generic
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
Any

These Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Downloads

Filename Release Date File Size
TimerInterrupt_Generic-1.13.0.zip 2022-11-17 1.43 MiB
TimerInterrupt_Generic-1.12.0.zip 2022-09-30 1.38 MiB
TimerInterrupt_Generic-1.11.0.zip 2022-08-12 1.49 MiB
TimerInterrupt_Generic-1.10.0.zip 2022-08-11 1.49 MiB
TimerInterrupt_Generic-1.9.0.zip 2022-05-10 1.46 MiB
TimerInterrupt_Generic-1.8.0.zip 2021-11-25 1.23 MiB
TimerInterrupt_Generic-1.7.0.zip 2021-08-13 1.33 MiB
TimerInterrupt_Generic-1.6.0.zip 2021-06-16 1.29 MiB
TimerInterrupt_Generic-1.5.0.zip 2021-04-18 836.53 KiB
TimerInterrupt_Generic-1.4.0.zip 2021-04-03 773.35 KiB