Skip to content

Releases: hasenradball/DS3231-RTC

[v1.1.0] rename show_DateTime() => strf_DateTime()

05 Sep 22:01
33ecab1
Compare
Choose a tag to compare

What's Changed

  • rename function show_DateTime() => strf_DateTime()

Full Changelog: v1.0.0...v1.1.0

DS3231-RTC Release

26 Oct 20:14
Compare
Choose a tag to compare

A completely reworked and refractured DS3231 library based on standardized function from time.h.

Platforms

  • Arduino IDE
  • PlatformIO

Tested on the following Boards:

  • ESP8266
  • Arduino Nano
  • Arduino Nano 33 IOT

Main changes:

  • use struct tmfor data holding memory
  • use the corresponding time functions to convert into and from struct tm
  • cleanup code
  • rework code comments
  • review Documentation
  • add new example DateTime_Constructor_Test