Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed-STM32F103C8T6 mbed
Fork of STM32F103C8T6_GPRS_TCP by
Time.h
00001 00002 #ifndef MBED_TIME_H 00003 #define MBED_TIME_H 00004 #include "mbed.h" 00005 00006 00007 int Date_Time_Setting(struct tm curt,char *str); 00008 int iSetTerminalTime(char *tstring); 00009 int chk_time (char *str); 00010 int chk_date (char *str); 00011 void Get_Date_Time(char *date_string,char *time_string, char *DTSTRING); 00012 void Get_Date_Time( char *DTSTRING); 00013 void Get_Date_Time_Trns( char *DTSTRING); 00014 void Get_Date_Time(char *date_string,char *time_string); 00015 00016 #endif
Generated on Tue Jul 12 2022 20:19:22 by
1.7.2
