rtc class

Dependencies:   RTC8563 mbed

Fork of rtc_class by HIMBED_3AHELI

Revision:
5:fc8c66a7c87a
Parent:
3:c6081814064d
Child:
6:ebe2350041f1
--- a/main.cpp	Mon Apr 20 08:35:58 2015 +0000
+++ b/main.cpp	Thu Apr 23 09:02:20 2015 +0000
@@ -25,7 +25,7 @@
     Date rtc;  // instanziieren des Objektes rtc
  
     while(1) {
-        pc.printf("____Date.Day: %i\n", rtc.GetDay());
+        pc.printf("Date.Day: %i\n", rtc.GetDay());
         wait(1);
     }
 }
\ No newline at end of file