WatchyWatchFace/lib/Rtc_Pcf8563
Lewis Jackson 67ff091775
All checks were successful
Compile / Compile (push) Successful in 1m22s
Fixed braindead style, added a 2038+ compatible timestamp
2023-06-01 16:48:45 +03:00
..
examples Use local bugfixed Rtc_Pcf8563 library 2023-05-31 04:04:58 +03:00
keywords.txt Use local bugfixed Rtc_Pcf8563 library 2023-05-31 04:04:58 +03:00
library.json Use local bugfixed Rtc_Pcf8563 library 2023-05-31 04:04:58 +03:00
README.rst Use local bugfixed Rtc_Pcf8563 library 2023-05-31 04:04:58 +03:00
Rtc_Pcf8563.cpp Fixed braindead style, added a 2038+ compatible timestamp 2023-06-01 16:48:45 +03:00
Rtc_Pcf8563.h Fixed braindead style, added a 2038+ compatible timestamp 2023-06-01 16:48:45 +03:00

This is my fixed/expanded version of the original Rtc_Pcf8563 library for Arduino.
All credits go to the original authors.

My version differs for

* a few more methods, mostly useful for debugging
* a single bug fix in RTCC_ALARM_AF


NAME
----
Pcf8563 Real Time Clock support routines

AUTHOR
------
Joe Robertson, jmr
orbitalair@bellsouth.net
http://orbitalair.wikispaces.com/Arduino

CREATION DATE
-------------
9/24/06,  init - built off of usart demo.  using mikroC

NOTES
-----

HISTORY
-------

* 10/14/06 ported to CCS compiler, jmr
* 2/21/09  changed all return values to hex val and not bcd, jmr
* 1/10/10  ported to arduino, jmr
* 2/14/10  added 3 world date formats, jmr
* 28/02/2012 A. Pasotti
   * fixed a bug in RTCC_ALARM_AF,
   * added a few (not really useful) methods
* 24/01/2018 add getTimestamp method (return unix timestamp), gilou


TODO
----

Add Euro date format
Add short time (hh:mm) format
Add 24h/12h format
Add timer support