rongyu lou / Mbed OS CarPakingSystem_V13

Dependencies:   HCSR04new SSH1106-alan

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 #include "mbed.h"
00005 #include "platform/mbed_thread.h"
00006 #include "Thread_Handle.h"
00007 #include "HCSR04.h"
00008 #include "main.h"
00009 #include "handleTasks.h"
00010 #include "rtc.h"
00011 extern struct tm st_tmp;
00012 extern struct tm *p_tm;
00013 extern time_t seconds;
00014 
00015 void RTC_display ();
00016 void RTC_INIT();
00017 #endif