/ Mbed 2 deprecated Nucleo_WIZnet_SDCard

Dependencies:   SDFileSystem mbed

Fork of Seeed_SDCard_Shield by Shields

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Fri Jul 25 10:39:00 2014 +0000
Parent:
1:93d41c73ac7d
Child:
3:5edc67dee8b7
Commit message:
Update mbed library to the latest revision

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- 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() {
--- a/mbed.bld	Tue Mar 25 17:39:19 2014 +0000
+++ b/mbed.bld	Fri Jul 25 10:39:00 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/7d30d6019079
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/04dd9b1680ae
\ No newline at end of file