Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 765 Bytes

File metadata and controls

36 lines (18 loc) · 765 Bytes

Ds1307

Travis status

A C/C++ library to use DS1307 RTC chip.

Tested with Arduino, ESP32 and ESP8266, but easy to port to your favourite MCU.

Examples

License

This library is AGPL-3.0 licensed. See the LICENSE file.

Support

Bugs, feature requests, contributions are welcome: Ds1307 issue tracker.

Changelog

v1.0.2

  • Coding 1 in DoW field as Sunday (issue #1).

v1.0.1

  • Initial release.