Functions from rtc_func are programmed in a class

Dependencies:   RTC8563 mbed

Fork of rtc_class by Johannes Mayerhofer

Revision:
1:becf3f1612d4
Parent:
0:1df9d38ebe29
Child:
2:254db37497ac
diff -r 1df9d38ebe29 -r becf3f1612d4 main.cpp
--- a/main.cpp	Wed Apr 22 19:46:49 2015 +0000
+++ b/main.cpp	Thu Apr 30 10:54:11 2015 +0000
@@ -46,6 +46,7 @@
                   (minute >> 4), (minute & 0x0F) ,
                   (sec >> 4), (sec & 0x0F) );
         */
+        
         wait(1);
     }
 }
\ No newline at end of file