Roelants Stef / Mbed 2 deprecated Bel_systeem
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.h Source File

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 /******************************************************************/