Nextion TFT LCD Card Display

Dependencies:   MFRC522 NextionLCD

Fork of ProjectCardDisplay by Shivanand Gowda

Time.h

Committer:
shivanandgowdakr
Date:
2018-10-23
Revision:
1:ff4e4f645e13
Parent:
0:a5d3db2f2625

File content as of revision 1:ff4e4f645e13:


#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