Skip to content

Commit 6e81f7a

Browse files
author
Pierluigi Petrelli
committed
improved the README
1 parent 499bdc6 commit 6e81f7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# arduino-timer - library for delaying function calls
22

3-
Simple *non-blocking* timer library for calling functions **in / at / every** specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.
3+
THIS VERSION IS A FORK OF https://github.com/contrem/arduino-timer AND ADDS A FUNCTION TO CANCEL A TASK.
4+
Simple *non-blocking* timer library for calling functions **in / at / every / cancel ** specified units of time. Supports millis, micros, time rollover, and compile time configurable number of tasks.
45

56
### Use It
67

0 commit comments

Comments
 (0)