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.cpp	Fri Feb 14 00:21:38 2014 +0000
+++ b/PCF8583_rtc.cpp	Sun Feb 23 21:27:24 2014 +0000
@@ -1,4 +1,4 @@
-/**
+/*
  ********************************************************************************
  * An mbed class to control the PCF8583 Real time Clock/Calender
  * Copyright (c) 2014 Dennis (Denny) Smith - dennyem
@@ -11,9 +11,9 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  *
- * 13.01.14    initial design for PIC devices using PICC compiler
- * 21.01.14    ported to mBed LPC1768 in 'C'
- * 09.02.14    converted to C++ and ported to mBed LPC812
+ * 13.01.14  DWS  initial design for PIC devices using PICC compiler
+ * 21.01.14  DWS  ported to mBed LPC1768 in 'C'
+ * 09.02.14  DWS  converted to C++ and ported to mBed LPC812
  *
  * TODO
  *       FormatDateTime needs am/pm, 12/24 hour parsing