SD Card 1

Dependencies:   mbed SDFileSystem

Revision:
1:36503ac7a3ba
Parent:
0:fad6683294f8
diff -r fad6683294f8 -r 36503ac7a3ba main.cpp
--- a/main.cpp	Sat Apr 28 10:03:42 2018 +0000
+++ b/main.cpp	Sun Dec 06 11:39:59 2020 +0000
@@ -2,7 +2,7 @@
 #include "SDFileSystem.h"
 #include "errno.h"
 
-SDFileSystem    fs(PC_3, PC_2, PB_10, PC_0, "sd");  // mosi, miso, sck, cs
+SDFileSystem    fs(D11, D12, D13, D7, "sd");  // mosi, miso, sck, cs
 FILE*           fp;
 
 /**