All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- update GitHub actions
- minor edits
- update readme.md (badges)
- fix #14 add restart() function.
- add demo for restart countdown_restart.ino
- fix #12 MINUTES bug
- label enum resolution to be printable u, m, s, M.
- add getUnits()
- add isStopped() for convenience.
- fix initialization of private variables.
- update GitHub actions
- update license
- update readme.md
- update unit tests
- add changelog.md
- add rp2040 to build-CI
- minor edit unit test
- update library.json, license
- update Arduino-CI
- add badges
- start detect overflow now
- add Arduino-CI + unit test
- add MINUTES
- refactor
- fix library.json
- add #pragma once
- removed pre 1.0 support
- TODO improved seconds - OdoMeter see below ... TODO
- add start(days, hours, minutes, seconds) + cont() == continue countdown
- add start(h, m, s)
- initial version