Skip to content

Releases: NorthernWidget/DS3231

Version 1.1.2

20 Mar 22:12
93eb766
Compare
Choose a tag to compare
  • Revise and expand the documentation.
  • Additional Examples
  • Replace ".pde" suffix with ".ino" in older examples.
  • Resolve certain issues with DateTime.
  • Resolve certain compiler warnings

Version 1.1.1

08 Aug 07:16
1ef994f
Compare
Choose a tag to compare
  • Updated / bug-fixed DateTime parsing in DS3231.cpp
  • Addressed a conflict with non-controlled variable name clock (this was not the case when the library was originally written): Now this is myRTC in the set_echo.pde example and the DS3231_oscillator_test.pde example

Version 1.1.0

06 Dec 14:52
b802290
Compare
Choose a tag to compare
  • PlatformIO updates
  • setEpoch
  • Handle compiler warnings
  • Update example with how the PR makers have updatd the functions' & variables'
    names
  • Teensy support fixed (I didn't even know it worked over there; wonderful!)
  • Secondary I2C bus support (incl. Wire2, Wire3, ...): local variable _Wire as stand-in for any Wire instance
  • Fixed error in example (day & date used interchangably... yeap, don't know how that happened, but all signs point to someone who spent a lot of time writing this library!)
  • Consistent Serial.begin(57600)
  • IMPORTANT: A check to ensure that the clock is not set back by an hour due to an unlikely but probably not impossible timing event

Version 1.0.7

14 Feb 06:10
11b8c37
Compare
Choose a tag to compare

Return temperature error value to -9999 to properly compile.

Version 1.0.6

12 Feb 16:08
cee2eab
Compare
Choose a tag to compare

Increment version for nan and negative temperature fixes

Version 1.0.5

12 Feb 05:37
cd8d8d6
Compare
Choose a tag to compare

Approved and resolved all pull requests; this should be the new patched version of the DS3231 library.

Many GitHub Issues are still outstanding.

Version 1.0.3

07 Dec 01:13
7dbb310
Compare
Choose a tag to compare

Stable release to accompany the HESS Discussions paper

v1.0.2

11 Oct 01:38
Compare
Choose a tag to compare

ESP8266 Compatibility

v1.0.1

03 Oct 02:54
Compare
Choose a tag to compare

0x to 0b fix.

DS3231 full release

26 Dec 21:37
Compare
Choose a tag to compare

Code base stable for >1 year: means it's time for 1.0.0!