qsdf

Revision:
0:d63b2aa1d448
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.h	Sun Oct 30 17:07:17 2011 +0000
@@ -0,0 +1,20 @@
+#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);
+
+/******************************************************************/
\ No newline at end of file