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:
10:848a2205aed1
Parent:
9:8c63e4f3edab
Child:
11:c6356e5949cd
--- a/conf.h	Tue Feb 22 14:40:11 2011 +0000
+++ b/conf.h	Sun Feb 27 13:39:45 2011 +0000
@@ -44,6 +44,8 @@
     char twitter_user[30], twitter_pwd[30], twitter_mesg[160];
     char stations_id[8], stations_pin[34];
     char snmp_commname[30];
+    char lcd_mesg[100];
+    char leddisp_mesg[100];
 };
 
 int config (char *);