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:
5:90f840432195
Parent:
2:a3e5edf84f74
Child:
6:898c306f7990
--- a/file.cpp	Fri Oct 07 14:55:17 2011 +0000
+++ b/file.cpp	Wed Oct 12 02:18:00 2011 +0000
@@ -37,6 +37,7 @@
     fp = fopen(filename, "a");
     if (fp) {
         fprintf(fp, buf);
+        fprintf(fp, "\r\n");
         fclose(fp);
     } else {
         LED_FILE_ACT_OFF;