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

Dependencies:   EthernetNetIf mbed HTTPServer

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers share.h Source File

share.h

00001 #ifndef SHARE_H
00002 #define SHARE_H
00003 
00004 extern Timer timer;
00005 
00006 extern int compute1out;
00007 extern int compute2out;
00008 extern int compute3out;
00009 extern int compute4out;
00010 
00011 //prototypes
00012 void lanActivity( void );
00013 
00014 #endif