Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BMP085_2 SDFileSystem mbed
Fork of cansat new by
Revision 8:8c60a5cd8396, committed 2014-07-17
- 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;