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

Dependencies:   ChaNFSSD EthernetNetIf I2CLEDDisp Agentbed ChaNFSUSB ILinterpreter mbed BMP085 WeatherMeters ConfigFile ChaNFS I2CLCD

Revision:
7:f7c98d836f81
Parent:
5:90f840432195
--- a/weather.h	Sun Jan 15 13:28:12 2012 +0000
+++ b/weather.h	Thu Mar 15 02:42:39 2012 +0000
@@ -128,8 +128,9 @@
 
 
 int init_conf ();
-int init_file ();
+int init_log ();
 int write_log (const char *buf);
+int fstime (char *d, time_t *tim);
 char* chop (char *s);
 
 int init_net ();