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:
13:20c0f845df68
Parent:
11:c6356e5949cd
Child:
14:ee6cc1632166
--- a/conf.h	Thu Mar 17 22:46:03 2011 +0000
+++ b/conf.h	Sat Mar 19 21:24:01 2011 +0000
@@ -23,9 +23,9 @@
 };
 
 enum eINPUTTYPE {
-    INPUT_MOIST,
-    INPUT_FALL,
-    INPUT_RISE,
+    INPUT_MOIST = 0,
+    INPUT_FALL = 1,
+    INPUT_RISE = 2,
 };
 
 struct tExpression {