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 28f9f0c commit 93c58d5Copy full SHA for 93c58d5
README.md
@@ -1,5 +1,7 @@
1
# arduino-timer
2
-Non-blocking abstracted timer library for use instead of the blocking `delay()` function.
+Non-blocking abstracted timer library for use instead of the blocking `delay()`
3
+function. It's relatively low-end, with no callback functions. The timer states
4
+need to be checked manually.
5
6
## How to use
7
@@ -34,3 +36,7 @@ timer interval.
34
36
┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐
35
37
└─────┘ └─────┘ └─────┘ └─────┘ └─────┘ └─────┘ └─────┘
38
```
39
+
40
+## License
41
42
+See LICENSE file (GNU GPL v3)
0 commit comments