You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: library.properties
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
name=arduino-timer-simple
1
+
name=Easy Timer
2
2
version=1.0
3
3
author=Felix Queisler
4
4
maintainer=Felix Queisler (queisler.de)
5
5
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.
0 commit comments