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
Revision 5:c797b67db008, committed 2020-03-10
- 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
--- 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