When adding new features to the repository (i.e. by merging your PR), please add your changes to the section with the upcoming version. With every build, this section becomes the next version, and a new upcoming section is created.
- PR00 Description of change
- this is just a placeholder: to be replaced with first unreleased change
- PR77 CI by compiling the examples
- PR75 Rename "pde" extensions to "ino" according to Arduino IDE convention
- PR69 Resolve non-fatal compiler warnings in DateTime::DateTime(uint32_t)
- PR66 add new example and BUGFIX for
__AVR__
for functionDS3231::setEpoch()
- fixes a bug in setEpoch() and adds an example
- PR62 AlarmBits parameter not initialized in getA1Time and getA2Time #51
- Added
tests
directory for rudimentary unit tests - Overloaded
getAXTime()
methods withbool clearAlarmBits
flag. - Added Arduino test script for
getAXTime()
methods
- Added
- PR61 Checkifalarm issue #9
- PR58 Optional clear flag in checkIfAlarm() #9
- Documentation and examples updates:
- PR80 corrects description of getYear() to resolve issue #78
- PR73 adding links to the documentation for each public function
- PR72 document utility functions
- PR70 Alarm documentation and examples
- PR67 Time-Set functions, defaults in setEpoch()
- PR63 Remove Perform-Calculations section
- 85688185 Introduced Changelog
- PR59 Finished first draft revision of README
- PR57 Example/interrupt
- Overloaded
checkIfAlarm()
function with optinal parameter to suppress clearing of the alarm flags - Introduced new alarm examples working with polling and interrupting code
- Addressed an issue with naming in the declaration: Standard naming now uses
myRTC
instead ofClock
.
This is the last code version, whos changes are not covered in the changelog.