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 49b2d05 commit a35fe31Copy full SHA for a35fe31
Ticker.cpp
@@ -80,7 +80,7 @@ bool Ticker::tick() {
80
if (repeat - counts == 1 && counts != 0xFFFFFFFF) {
81
enabled = false;
82
status = STOPPED;
83
- }
+ }
84
counts++;
85
return true;
86
}
library.json
@@ -7,7 +7,7 @@
7
"type": "git",
8
"url": "https://github.com/sstaub/Ticker"
9
},
10
- "version": "4.1.0",
+ "version": "4.2.0",
11
"frameworks": "arduino",
12
"platforms": "*"
13
library.properties
@@ -1,5 +1,5 @@
1
name=Ticker
2
-version=4.1.0
+version=4.2.0
3
author=Stefan Staub
4
maintainer=Stefan Staub <email@domain.com>
5
sentence=A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.
0 commit comments