Skip to content
This repository was archived by the owner on Jan 12, 2023. It is now read-only.

Releases: dniklaus/wiring-timer

time wrap bug fix

Choose a tag to compare

@dniklaus dniklaus released this 13 Nov 18:56

FIX: time wrap bug (#9)

Release 2.8.1

Choose a tag to compare

@dniklaus dniklaus released this 07 Jun 20:05

New feature:

  • new Example: Double Strobe Blink using two timers

Release 2.8.0

Choose a tag to compare

@dniklaus dniklaus released this 03 Dec 16:36
707bbd1

no yield() function implementation by default

Release 2.7.0

Choose a tag to compare

@dniklaus dniklaus released this 15 Aug 14:44
c4ed27b

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

Choose a tag to compare

@dniklaus dniklaus released this 20 Jul 18:59
477fa75

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

Choose a tag to compare

@dniklaus dniklaus released this 22 Jun 17:11
9885d42

yield() not supported for ESP8266 types anymore.
Example sketch and README adapted.

Release 2.4

Choose a tag to compare

@dniklaus dniklaus released this 14 Jun 17:05

Renamed repository to wiring-timer.
New license (MIT).
Prepared to be listed in Arduino and PlatformIO.org Library Manager.