Access Control Using RFID MIFARE CARD
Dependencies: MFRC522 NextionLCD
Diff: Time.h
- Revision:
- 0:a5d3db2f2625
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Time.h Tue Aug 21 11:18:56 2018 +0000 @@ -0,0 +1,19 @@ + +#ifndef MBED_TIME_H +#define MBED_TIME_H +#include "mbed.h" + + +int Date_Time_Setting(struct tm curt,char *str); +int iSetTerminalTime(char *tstring); +int chk_time (char *str); +int chk_date (char *str); +void Get_Date_Time(char *date_string,char *time_string, char *DTSTRING); +void Get_Date_Time( char *DTSTRING); +void Get_Date_Time_Trns( char *DTSTRING); +int is_6_O_Clock(void); +void Get_Date_Time(char *date_string,char *time_string); +void Get_Date_Time_Display( char *DTSTRING); +int Get_Hours(void); + +#endif \ No newline at end of file