Simple RTC class based on DS1307. Emphasis on simple. Allows you to run at 100k or 400k Hz (for newer DS1307 capable devices). MapTime() allows you to set the time() service to the same as the RTC. Uses struct tm throughout so you can use traditional time functions for manipulation.
Revisions of RTclock.h
Revision | Date | Message | Actions |
---|---|---|---|
5:d71d6e5a7eee | 2014-08-09 | Added 12/24 hour am/pm support. | File Diff Annotate |
0:98b84d9c8c96 | 2014-08-09 | First version. Normalised version of DS1307 I2C control. Designed to map into the internal time.h functions using MapTime. | File Diff Annotate |