mbed Weather Platform firmware http://mbed.org/users/okini3939/notebook/mbed-weather-platform-firmware/

Dependencies:   EthernetNetIf SDHCFileSystem I2CLEDDisp Agentbed NTPClient_NetServices mbed BMP085 HTTPClient ConfigFile I2CLCD

Revision:
11:c6356e5949cd
Parent:
10:848a2205aed1
Child:
13:20c0f845df68
--- a/conf.h	Sun Feb 27 13:39:45 2011 +0000
+++ b/conf.h	Thu Mar 17 14:13:42 2011 +0000
@@ -22,6 +22,12 @@
     EXP_NMOD,
 };
 
+enum eINPUTTYPE {
+    INPUT_MOIST,
+    INPUT_FALL,
+    INPUT_RISE,
+};
+
 struct tExpression {
     char key;
     enum eEXPRESSION expression;
@@ -46,6 +52,7 @@
     char snmp_commname[30];
     char lcd_mesg[100];
     char leddisp_mesg[100];
+    enum eINPUTTYPE inputtype;
 };
 
 int config (char *);