DS3231 driver with timestamp string function

Dependents:   swimate_v2

Fork of DS3231 by Robert Fischer

Revision:
5:71aad49938bc
Parent:
4:b5736355af3a
--- a/DS3231.h	Tue May 27 23:53:24 2014 +0000
+++ b/DS3231.h	Wed May 28 22:56:11 2014 +0000
@@ -231,6 +231,7 @@
      void decodeTime(int regHours, int regMinutes, int regSeconds,int *Hours, int *Minutes, int *Seconds);
      void decodeDate(int regDate,int regMonth, int regYear, int *date, int *month, int *year);
      char charbuf[20];
+     bool powerFailure;
     };