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: USBDevice USBMSD_SD max32630fthr
Fork of FTHR_USBMSD_Demo by
This example implements a micro SD card reader allowing access to a card inserted into the micro SD connector through the micro USB connector using the standard USB-MSD interface so that it appears just like a USB drive to your system.
Diff: main.cpp
- Revision:
- 9:6ada4f89915c
- Parent:
- 8:8c31b3ba5371
- Child:
- 10:404433ce329d
--- a/main.cpp Fri Feb 23 23:26:43 2018 +0000
+++ b/main.cpp Sat Feb 24 18:05:12 2018 +0000
@@ -19,7 +19,7 @@
FATFileSystem fs("fs");
// USB MSD
-USBMSD_BD msd(&bd, BLOCK_SIZE);
+USBMSD_BD msd(&bd);
// main() runs in its own thread in the OS
