We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 485fe9d commit 2201faaCopy full SHA for 2201faa
README.md
@@ -2,9 +2,7 @@
2
With this Library you can add **non-blocking timers** instead of the blocking
3
`delay()` function. It's very slim and takes little to no performance.
4
It's relatively low-end, with no callback functions. The timer states need to
5
-be checked manually.
6
-
7
-Uses millis(), means it works in milliseconds and supports time-rollover.
+be checked manually. Supports rollover, works in milliseconds.
8
9
**Warning:** This library doesn't work like a hardware timer and can't
10
guarantee that code is being run on time.
0 commit comments