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:
1:86d4b7431fbe
Parent:
0:4265d973a98f
Child:
5:9fa79cb5ec98
--- a/ConfigFile.h	Fri Dec 10 17:15:15 2010 +0000
+++ b/ConfigFile.h	Mon Dec 13 15:28:59 2010 +0000
@@ -12,6 +12,8 @@
     EXP_LT,
     EXP_GE,
     EXP_GT,
+    EXP_MOD,
+    EXP_NMOD,
 };
 
 struct tExpression {
@@ -34,7 +36,7 @@
     int filetype, actionscount;
     struct tAction actions[CF_ACTION_NUM];
     char pachube_apikey[70], pachube_feedid[8];
-    char twitter_user[20], twitter_pwd[20];
+    char twitter_user[20], twitter_pwd[20], twitter_mesg[160];
 
     ConfigFile ();
     void load (char *);