Wakeup Light with touch user interface, anti-aliased Font, SD card access and RTC usage on STM32F746NG-DISCO board

Dependencies:   BSP_DISCO_F746NG_patch_fixed LCD_DISCO_F746NG TS_DISCO_F746NG FATFileSystem TinyJpgDec_interwork mbed-src

Revision:
12:a89096944f20
diff -r 3c6366ea1021 -r a89096944f20 RTC.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/RTC.h	Sun Jan 31 01:02:36 2016 +0000
@@ -0,0 +1,8 @@
+#ifndef __RTC_h
+#define __RTC_h
+
+void RTC_Init(void);
+time_t RTC_Get(struct tm **tmStruct);
+void RTC_Set(struct tm *tmStruct);
+
+#endif