Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit 65a819c

Browse files
authored
Update library.properties
1 parent 71f118e commit 65a819c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ license=MIT
66
maintainer=Khoi Hoang <khoih58@gmail.com>
77
sentence=This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc.
88
paragraph=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.
9-
category=Timing
9+
category=Timing Control Device Time Timer Interrupt avr teensy
1010
url=https://github.com/khoih-prog/TimerInterrupt
1111
architectures=avr,teensy

0 commit comments

Comments
 (0)