yes Spada / Mbed 2 deprecated shieldtest

Dependencies:   mbed SDFileSystem

Files at this revision

API Documentation at this revision

Comitter:
spadaaa
Date:
Tue Mar 10 14:30:30 2020 +0000
Parent:
4:0928d6e00f01
Commit message:
not working ): (disk, or could not put SD card in to SPI idle state)

Changed in this revision

SDFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
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/SDFileSystem.lib	Fri Feb 13 09:40:18 2015 +0000
+++ b/SDFileSystem.lib	Tue Mar 10 14:30:30 2020 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/SDFileSystem/#7b35d1709458
+http://mbed.org/users/mbed_official/code/SDFileSystem/#8db0d3b02cec
--- a/main.cpp	Fri Feb 13 09:40:18 2015 +0000
+++ b/main.cpp	Tue Mar 10 14:30:30 2020 +0000
@@ -20,7 +20,9 @@
 #include "SDFileSystem.h"
 
 Serial pc(USBTX, USBRX);
-SDFileSystem sd(D11, D12, D13, D10, "sd"); // MOSI, MISO, SCK, CS
+//SDFileSystem sd(D11, D12, D13, D9, "sd"); // MOSI, MISO, SCK, CS
+SDFileSystem sd(PB_15,PB_14,PB_13,PB_12, "sd");
+
 FILE *fp;
 
 int main() {
--- a/mbed.bld	Fri Feb 13 09:40:18 2015 +0000
+++ b/mbed.bld	Tue Mar 10 14:30:30 2020 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/e188a91d3eaa
\ No newline at end of file
+https://os.mbed.com/users/mbed_official/code/mbed/builds/65be27845400
\ No newline at end of file