a copy of PCF8583_rtc lib with some modification

Fork of PCF8583_rtc by Dennis Smith

Revision:
1:eaba89d6e5d8
Parent:
0:7b654820260e
Child:
2:3291c1f0b986
--- a/PCF8583_rtc.h	Fri Feb 14 00:21:38 2014 +0000
+++ b/PCF8583_rtc.h	Sun Feb 23 21:27:24 2014 +0000
@@ -30,6 +30,7 @@
 #define TIME                1
 #define ALARM               9
 
+/// Structures
 struct Time_t {
   bool fmt_hours;
   bool am_pm_flag;
@@ -58,7 +59,7 @@
 public:
 
 /**
- * Set these public variables according to your locale, default is Australian English.  Default in brackets.
+ * Set these public variables according to your locale, default (in brackets) is Australian English.
  *  char *ShortDateFormat;  ("d,m,yy")
  *  char *LongDateFormat;   ("dddd dd mmmm yyyy")
  *  char *ShortTimeFormat;  ("d:m:yy")