DS3231-RTC

C++ Library for the DS3231 RTC module

MIT License

Stars
8
Committers
2

Bot releases are visible (Hide)

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

Published by hasenradball about 2 months ago

What's Changed

  • rename function show_DateTime() => strf_DateTime()

Full Changelog: https://github.com/hasenradball/DS3231-RTC/compare/v1.0.0...v1.1.0

DS3231-RTC - DS3231-RTC Release Latest Release

Published by hasenradball 12 months ago

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
Badges
Extracted from project README
Spell Check Compile Examples