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: USBDevice USBMSD_SD mbed
Fork of USBMSD_SD_HelloWorld_Mbed by
Diff: main.cpp
- Revision:
- 13:32b8a767cf0e
- Parent:
- 12:a12eb1fc05f3
- Child:
- 14:757226626acb
--- a/main.cpp Wed Nov 30 17:50:35 2011 +0000 +++ b/main.cpp Mon Dec 05 14:34:29 2011 +0000 @@ -1,7 +1,7 @@ #include "mbed.h" #include "SDFileSystem.h" -SDFileSystem sd(p11, p12, p13, p14, "sd"); +SDFileSystem sd(p5, p6, p7, p8, "sd"); DigitalIn button(p16);
