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:
16:df39da7bef98
Parent:
15:07bfa25ba6ae
Child:
17:7c9d111a5d45
--- a/conf.h	Wed Mar 30 20:09:04 2011 +0000
+++ b/conf.h	Fri Apr 01 23:37:04 2011 +0000
@@ -3,6 +3,8 @@
  */
 #include "mbed.h"
 #include "EthernetNetIf.h"
+#include "I2CLEDDisp.h"
+#include "I2CLCD.h"
 
 #define CONFIG_FILE "weather.cfg"
 
@@ -60,6 +62,8 @@
     char stations_id[8], stations_pin[34];
     char snmp_commname[30];
     char lcd_mesg[CF_MAXLEN_VALUE];
+    enum I2CLCDType lcdtype;
+    enum I2CLCDConfig lcdconf;
     char leddisp_mesg[CF_MAXLEN_VALUE];
     enum eINPUTTYPE inputtype;
 };