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:
6:898c306f7990
Parent:
5:90f840432195
Child:
7:f7c98d836f81
--- a/main.cpp	Wed Oct 12 02:18:00 2011 +0000
+++ b/main.cpp	Sun Jan 15 13:28:12 2012 +0000
@@ -49,6 +49,7 @@
         pc.baud(conf.baud);
     }
 
+    init_sensor();
     init_ilip(conf.dir);
     init_file();
     init_display();