Skip to content

Commit 93c58d5

Browse files
author
Felix Queisler
committed
Updated Readme introduction and license part
1 parent 28f9f0c commit 93c58d5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# arduino-timer
2-
Non-blocking abstracted timer library for use instead of the blocking `delay()` function.
2+
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.
35

46
## How to use
57

@@ -34,3 +36,7 @@ timer interval.
3436
┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐ ┌─────┐
3537
└─────┘ └─────┘ └─────┘ └─────┘ └─────┘ └─────┘ └─────┘
3638
```
39+
40+
## License
41+
42+
See LICENSE file (GNU GPL v3)

0 commit comments

Comments
 (0)