SAMD_TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on SAMD-based boards such as SAMD21 Nano-33-IoT, Adafruit SAMD51 Itsy-Bitsy M4, SeeedStudio XIAO, Sparkfun SAMD51_MICROMOD, etc.

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

These SAMD 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's 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're 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. SAMD21 now can use 6 Timers

Downloads

Filename Release Date File Size
SAMD_TimerInterrupt-1.10.1.zip 2022-09-29 495.12 KiB
SAMD_TimerInterrupt-1.10.0.zip 2022-09-29 494.93 KiB
SAMD_TimerInterrupt-1.9.0.zip 2022-05-08 469.13 KiB
SAMD_TimerInterrupt-1.8.0.zip 2022-05-07 464.90 KiB
SAMD_TimerInterrupt-1.7.0.zip 2022-04-25 465.18 KiB
SAMD_TimerInterrupt-1.6.0.zip 2022-01-21 416.85 KiB
SAMD_TimerInterrupt-1.5.0.zip 2021-10-08 417.98 KiB
SAMD_TimerInterrupt-1.4.0.zip 2021-06-02 301.00 KiB
SAMD_TimerInterrupt-1.3.1.zip 2021-05-09 278.18 KiB
SAMD_TimerInterrupt-1.3.0.zip 2021-04-03 274.09 KiB