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: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# arduino-timer - library for delaying function calls
2
2
3
3
THIS VERSION IS A FORK OF https://github.com/contrem/arduino-timer AND ADDS A FUNCTION TO CANCEL A TASK.
4
+
4
5
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.
0 commit comments