qsdf

main.h

Committer:
StefR
Date:
2011-10-30
Revision:
0:d63b2aa1d448

File content as of revision 0:d63b2aa1d448:

#include "mbed.h"
#include "EthernetNetIf.h"
#include "NTPClient.h"


/****************** Class Global Declartions **********************/
//EthernetNetIf eth; 
NTPClient ntp;
/******************************************************************/


/***************** Standard Global Declartions ********************/
struct tm *cTime;       // Stucture that holds the current time
/******************************************************************/


/*********************** Function Declartions *********************/
void print_time(int, int);

/******************************************************************/