rtc_class

Dependencies:   RTC8563 mbed

Fork of rtc_class by HIMBED_3AHELI

Revision:
11:83c6939656e5
Parent:
9:83be0e4edb52
--- a/main.cpp	Thu Apr 23 10:44:24 2015 +0000
+++ b/main.cpp	Thu Apr 30 10:54:02 2015 +0000
@@ -1,15 +1,3 @@
-/***********************************
-name:   main.cpp    Version: 0.5
-author: PE HTL BULME
-email:  pe@bulme.at
-description:
-    Real Time Clock (RTC8563) 
-    on HIMBED M0 - LPC11U24 
-    class Date inherited from class RTC8563
-    Example methode GetDay implemented 
-ToDo: 
-    implement year, month;
-***********************************/
 #include "mbed.h"
 #include "const.h"
 #include "RTC8563.h"
@@ -23,7 +11,7 @@
 
 int main()
 {
-    DateString rtc;  // instanziieren des Objektes rtc
+    DateString rtc;
  
     while(1) {
         pc.printf("DateString.Day: %i\n", rtc.GetDay());