Releases: pfeerick/elapsedMillis
Version 1.0.6
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
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
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
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
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
This is just a minor release, to make this library Arduino IDE 1.5: Library specification compliant.
Version 1.0
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!