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: SDHCFileSystem mbed FatFileSystem
Diff: main.cpp
- Revision:
- 1:bc533a490622
- Parent:
- 0:cabd369d74d1
diff -r cabd369d74d1 -r bc533a490622 main.cpp --- a/main.cpp Tue Jul 31 06:29:54 2012 +0000 +++ b/main.cpp Tue Jul 31 07:31:29 2012 +0000 @@ -1,8 +1,9 @@ #include "mbed.h" -#include "SDFileSystem.h" +//#include "SDFileSystem.h" +#include "SDHCFileSystem.h" //SDFileSystem sd(p5, p6, p7, p8, "sd"); -SDFileSystem sd(p5, p6, p7, p13, "sd"); // mosi, miso, sclk, cs, name +SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs, name int main() { printf("Hello World!\n");