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: mbed SDFileSystem
Diff: main.cpp
- Revision:
- 5:c797b67db008
- Parent:
- 3:5edc67dee8b7
--- 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() {