mbed Weather Platform SD memory logger

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
okini3939
Date:
Wed Dec 01 14:27:29 2010 +0000
Parent:
0:88b426acd89c
Commit message:

Changed in this revision

I2CLCD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/I2CLCD.lib	Wed Dec 01 14:14:24 2010 +0000
+++ b/I2CLCD.lib	Wed Dec 01 14:27:29 2010 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/okini3939/code/I2CLCD/#bc4583ce560e
+http://mbed.org/users/okini3939/code/I2CLCD/#b069b7027af2
--- a/main.cpp	Wed Dec 01 14:14:24 2010 +0000
+++ b/main.cpp	Wed Dec 01 14:27:29 2010 +0000
@@ -55,6 +55,7 @@
     if (fp) {
         fscanf(fp, "%d", &seq);
         fclose(fp);
+        seq ++;
     }
     fp = fopen("/sd/weather.seq", "w");
     if (fp) {