This repository was archived by the owner on Jan 12, 2023. It is now read-only.
Releases: dniklaus/wiring-timer
Releases · dniklaus/wiring-timer
Release list
time wrap bug fix
Release 2.8.1
New feature:
- new Example: Double Strobe Blink using two timers
Release 2.8.0
no yield() function implementation by default
Release 2.7.0
New features:
- starting a Timer with time value = 0 makes it expire as soon as possible (and is no longer interpreted as a timer that is or has to be stopped)
- UptimeInfo allows to inject a platform specific implementation to do something similar as the Arduino millis() function on the actual platform
- Examples section enhanced by two specific UptimeInfoAdapter implementation examples:
- RaspbianUptimeAdapter.h: an example on how to do it on Linux (most probably the DefaultUptimeInfoAdapter would work properly though you can use also the RaspbianUptimeAdapter on Linux)
- STM32UptimeInfoAdapter.h: an example on how to do it when working with an STM32Cube environment
Release 2.6
FIX: Use a single tab field separator in keywords.txt => On Arduino IDE 1.6.4 and older the keyword now to be recognized for any special coloration.
Release 2.5
yield() not supported for ESP8266 types anymore.
Example sketch and README adapted.
Release 2.4
Renamed repository to wiring-timer.
New license (MIT).
Prepared to be listed in Arduino and PlatformIO.org Library Manager.