App_RTC.h 216 Bytes
Newer Older
时昊's avatar
时昊 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
#ifndef APP_RTC_H__
#define APP_RTC_H__

#include "r_typedefs.h"
#include "TYW_stdint.h"




extern void RTI_Init(void);
extern void RTI_Timing_Service(void);
extern INT8U Determine_Leap_Year(INT16U Year);



#endif