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.
main.h
00001 #include "mbed.h" 00002 #include "EthernetNetIf.h" 00003 #include "NTPClient.h" 00004 00005 00006 /****************** Class Global Declartions **********************/ 00007 //EthernetNetIf eth; 00008 NTPClient ntp; 00009 /******************************************************************/ 00010 00011 00012 /***************** Standard Global Declartions ********************/ 00013 struct tm *cTime; // Stucture that holds the current time 00014 /******************************************************************/ 00015 00016 00017 /*********************** Function Declartions *********************/ 00018 void print_time(int, int); 00019 00020 /******************************************************************/
Generated on Fri Jul 15 2022 16:15:11 by
1.7.2