Skip to content

Commit c1df553

Browse files
author
Felix Queisler
committed
Changed property
1 parent 6efe0a4 commit c1df553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=arduino-timer-simple
1+
name=Easy Timer
22
version=1.0
33
author=Felix Queisler
44
maintainer=Felix Queisler (queisler.de)
55
sentence=The easiest non-blocking & nicely abstracted timers for use instead of the blocking delay() function.
6-
paragraph=With this Library you can add non-blocking timers. It's very slim and takes little to no performance. It's relatively low-end, with no callback functions. The timer states need to be checked manually. Warning: This library doesn't work like a hardware timer and can't guarantee that code is being run on time.
6+
paragraph=With this Library you can add non-blocking timers. It's very slim and takes little to no performance. It's low-end, with no callback functions. The timer states need to be checked manually. Warning: This library doesn't work like a hardware timer and can't guarantee that code is being run on time.
77
category=Timing
88
url=https://github.com/felixqueisler/arduino-timer
99
architectures=*

0 commit comments

Comments
 (0)