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: SDFileSystem mbed
Fork of Seeed_SDCard_Shield by
Diff: main.cpp
- Revision:
- 2:f2f5e2324ad4
- Parent:
- 1:93d41c73ac7d
- Child:
- 3:5edc67dee8b7
--- a/main.cpp Tue Mar 25 17:39:19 2014 +0000 +++ b/main.cpp Fri Jul 25 10:39:00 2014 +0000 @@ -1,8 +1,8 @@ #include "mbed.h" #include "SDFileSystem.h" +Serial pc(USBTX, USBRX); SDFileSystem sd(D11, D12, D13, D10, "sd"); // MOSI, MISO, SCK, CS -Serial pc(USBTX, USBRX); FILE *fp; int main() {