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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers RTC.h Source File

RTC.h

00001 #ifndef __RTC_h
00002 #define __RTC_h
00003 
00004 void RTC_Init(void);
00005 time_t RTC_Get(struct tm **tmStruct);
00006 void RTC_Set(struct tm *tmStruct);
00007 
00008 #endif