Skip to content

Commit a35fe31

Browse files
committed
update
1 parent 49b2d05 commit a35fe31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Ticker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ bool Ticker::tick() {
8080
if (repeat - counts == 1 && counts != 0xFFFFFFFF) {
8181
enabled = false;
8282
status = STOPPED;
83-
}
83+
}
8484
counts++;
8585
return true;
8686
}

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"type": "git",
88
"url": "https://github.com/sstaub/Ticker"
99
},
10-
"version": "4.1.0",
10+
"version": "4.2.0",
1111
"frameworks": "arduino",
1212
"platforms": "*"
1313
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Ticker
2-
version=4.1.0
2+
version=4.2.0
33
author=Stefan Staub
44
maintainer=Stefan Staub <email@domain.com>
55
sentence=A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.

0 commit comments

Comments
 (0)