Releases: alextaujenis/RBD_Timer
Releases · alextaujenis/RBD_Timer
1.4.3
1.4.1
1.4.0
Add .expire()
method to immediately expire the timer without changing the timeout, while allowing .onExpired()
events to trigger.
Git diff
See what's changed 1.3.2...1.4.0
1.3.2
1.3.1
1.3.0
- New getTimeout and getHertz public methods.
- Compatible with ESP8266.
Git diff
See what's changed 1.2.0...1.3.0
1.2.0
1.1.2
Use constrain for setHertz(value) instead of if/else statement.
Git diff
See what's changed 1.1.1...1.1.2
1.1.1
- Fix IDE highlight issue with isStopped
- Enforce 1 - 1000 setHertz constraint
Git diff
See what's changed 1.1.0...1.1.1
1.1.0
Add stop and isStopped methods. Fix timer rollover issue with isActive and isExpired methods.
Git diff
See what's changed 1.0.5...1.1.0