forked from khoih-prog/NRF52_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.13 KB
/
library.properties
File metadata and controls
12 lines (12 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
name=NRF52_TimerInterrupt
version=1.4.2
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 an nRF52-based board
paragraph=These nRF52 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.
category=Device Control
url=https://github.com/khoih-prog/NRF52_TimerInterrupt
architectures=nordicnrf52,nrf52
repository=https://github.com/khoih-prog/NRF52_TimerInterrupt
license=MIT
includes=NRF52TimerInterrupt.h,NRF52TimerInterrupt.hpp,NRF52_ISR_Timer.h,NRF52_ISR_Timer.hpp