2013

Dependencies:   BMP085_2 SDFileSystem mbed

Fork of cansat new by takaaki yatsuzuka

Files at this revision

API Documentation at this revision

Comitter:
kyattonippu
Date:
Thu Jul 17 09:21:55 2014 +0000
Parent:
7:ba3fa64f04e9
Commit message:
2013

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r ba3fa64f04e9 -r 8c60a5cd8396 main.cpp
--- a/main.cpp	Mon May 19 09:33:42 2014 +0000
+++ b/main.cpp	Thu Jul 17 09:21:55 2014 +0000
@@ -26,7 +26,7 @@
     float vo,ax,ay,az, light,P,t; 
 
     FILE* fp = NULL;
-    fp = fopen("/local/CanSat.txt", "a");
+    fp = fopen("/sd/CanSat.txt", "a");
     unsigned count = 0;