jackjansen / Ds1302

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ds1302

Travis status

A C/C++ library to use DS1302 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: Ds1302 issue tracker.

Changelog

1.0.3

  • Bugfix: error on consecutive reads (thanks Reinhard Kopka).

1.0.2

  • Bugfix: unable to set date 31, dow 7 and month 12.
  • Platformio environment for ESP8266.

1.0.1

  • First version.

About

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

License:GNU Affero General Public License v3.0


Languages

Language:C++ 100.0%