A C/C++ library to use DS1302 RTC chip.
Tested with Arduino, ESP32 and ESP8266, but easy to port to your favourite MCU.
This library is AGPL-3.0 licensed. See the LICENSE file.
Bugs, feature requests, contributions are welcome: Ds1302 issue tracker.
- Bugfix: error on consecutive reads (thanks Reinhard Kopka).
- Bugfix: unable to set date 31, dow 7 and month 12.
- Platformio environment for ESP8266.
- First version.