Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sstaub committed Mar 25, 2021
1 parent 49b2d05 commit a35fe31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ticker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ bool Ticker::tick() {
if (repeat - counts == 1 && counts != 0xFFFFFFFF) {
enabled = false;
status = STOPPED;
}
}
counts++;
return true;
}
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/sstaub/Ticker"
},
"version": "4.1.0",
"version": "4.2.0",
"frameworks": "arduino",
"platforms": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Ticker
version=4.1.0
version=4.2.0
author=Stefan Staub
maintainer=Stefan Staub <email@domain.com>
sentence=A library for creating Tickers which can call repeating functions. Replaces delay() with non-blocking functions.
Expand Down

0 comments on commit a35fe31

Please sign in to comment.