A sprinkler controller that takes HTTP command for zone and duration.

Dependencies:   EthernetNetIf mbed HTTPServer

Revision:
0:810ec1936452
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/share.h	Tue Mar 08 15:22:44 2011 +0000
@@ -0,0 +1,14 @@
+#ifndef SHARE_H
+#define SHARE_H
+
+extern Timer timer;
+
+extern int compute1out;
+extern int compute2out;
+extern int compute3out;
+extern int compute4out;
+
+//prototypes
+void lanActivity( void );
+
+#endif
\ No newline at end of file