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

Commit c9d8333

Browse files
authored
v1.0.2
1 parent b2a0a50 commit c9d8333

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
@@ -3,7 +3,7 @@ version=1.0.2
33
author=Khoi Hoang
44
maintainer=Khoi Hoang
55
license=MIT
6-
maintainer=Khoi Hoang <khoih58@gmail.com>
6+
maintainer=Khoi Hoang <khoih.prog@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.
99
category=Timing Control Device Time Timer Interrupt avr teensy

0 commit comments

Comments
 (0)