forked from khoih-prog/SAMD_TimerInterrupt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.properties
More file actions
12 lines (12 loc) · 1.17 KB
/
library.properties
File metadata and controls
12 lines (12 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
name=SAMD_TimerInterrupt
version=1.5.0
author=Khoi Hoang <khoih.prog@gmail.com>
maintainer=Khoi Hoang <khoih.prog@gmail.com>
sentence=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.
paragraph=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.
category=Device Control
url=https://github.com/khoih-prog/SAMD_TimerInterrupt
architectures=samd
repository=https://github.com/khoih-prog/SAMD_TimerInterrupt
license=MIT
includes=SAMDTimerInterrupt.h,SAMD_ISR_Timer.h