Skip to content

Commit

Permalink
Changed version from 0.0.1 to 0.1.0 due to new functions setTimeBaseT…
Browse files Browse the repository at this point in the history
…oMs() and setTimeBaseToUs().
  • Loading branch information
Michael Uray committed Jan 4, 2021
1 parent 0aa3f7d commit 04e8897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "muTimer",
"version": "0.0.1",
"version": "0.1.0",
"description": "Arduino library to easily use on/off delays and cycle timers with non-blocking functions. The library provides a simple on/off delay for digital signals or a cycle timer which creates a periodically output. It keeps track of the elapsed time since the start of the delay or cycle and is non-blocking. The current time gets stored on a change of the input for the delayOnOff() functions to compare it with the given delayOn or delayOff delay times. The cycle functions restart themself without any external input and these create a permanent on/off signal (e.g. blinking LED) or just on trigger cycle (eg. start periodically actions).",
"keywords": "timer-on, timer-off, ton, tof, timer, delay, cycle,",
"repository":
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=muTimer
version=0.0.1
version=0.1.0
author=Michael Uray <[email protected]>
maintainer=Michael Uray <[email protected]>
sentence=Arduino library to easily use on/off delays and cycle timers with non-blocking functions.
Expand Down

0 comments on commit 04e8897

Please sign in to comment.