Skip to content

Releases: pfeerick/elapsedMillis

Version 1.0.6

02 Dec 00:38
Compare
Choose a tag to compare

Removed float calculation from elapsedSeconds, which added
unnecessary overhead and increased compile file size.

elapsedSeconds should also be highlighted in the Arduino IDE now.

Sketches should be somewhere in the order of ~802 bytes
smaller now!

Version 1.0.5

28 Aug 08:51
Compare
Choose a tag to compare

Added elapsedSeconds as another timing helper tier. Thanks to rahuldeo2047 for the implementation.
Added another example sketch blinkingLeds which uses all the helpers to show off the library.

Version 1.0.4

08 Sep 06:06
Compare
Choose a tag to compare

Updated author tag in library.properties as issue had been closed without updating file, and added PlatformIO library properties file. No substantive changes have been made to the library code.

Version 1.0.3

24 Jul 09:45
Compare
Choose a tag to compare

As somebody (don't look at me!) forgot to update the version number in the library properties file (and they thought it would be a good idea to do so before submitting it to the Arduino library list)... here is a another patch release, just for that!

Version 1.0.2

04 Jul 09:31
Compare
Choose a tag to compare

Another minor release. Added Travis CI support to allow for easy validation that the library is still functioning. Also changed extension of example files to .ino (were still .pde... naughty me!). No functional changes to the library.

Version 1.0.1

04 Apr 04:12
Compare
Choose a tag to compare

This is just a minor release, to make this library Arduino IDE 1.5: Library specification compliant.

Version 1.0

04 Apr 03:35
Compare
Choose a tag to compare

This is the first version of the elapsedMillis 'library' for the Arduino IDE. It is currently in pre Arduino IDE 1.5: Library spec format. It will be updated with a minor point release to include the required 'library.properties' file to be compliant.

This version is simply a milestone release - the code is functional and there have been no issues reported since it's original development phase. So it is simply time to use this 'release' feature and mark it as a release!