Real Time Clock. get time-str, set time.

Dependencies:   StrLib

Revision:
2:32cfa1dac5a2
Parent:
0:006ab0d7b90f
Child:
4:d1c394cd7b63
--- a/RealTimeClock.h	Fri Oct 02 04:46:07 2015 +0000
+++ b/RealTimeClock.h	Fri Oct 02 05:09:04 2015 +0000
@@ -39,6 +39,6 @@
      * @param   seconds from 1970/01/01.
      * @rtnval  void
     */
-    void setRealTime(long now);
+    bool setRealTime(long now);
 
 };
\ No newline at end of file