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: SDFileSystem USBDevice USBMSD_SD mbed wave_player wavfile
Fork of USBMSD_SD_HelloWorld_FRDM-KL25Z by
Revision 0:44b579c983e0, committed 2013-03-01
- Comitter:
- samux
- Date:
- Fri Mar 01 13:29:13 2013 +0000
- Child:
- 1:82ab86e5f918
- Commit message:
- USBMSD8SD HelloWorld for FRDM-KL25Z
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/USBDevice.lib Fri Mar 01 13:29:13 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/USBDevice/#335f2506f422
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/USBMSD_SD.lib Fri Mar 01 13:29:13 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/samux/code/USBMSD_SD/#055119ccf5a7
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Fri Mar 01 13:29:13 2013 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "USBMSD_SD.h"
+
+USBMSD_SD sd(PTD2, PTD3, PTD1, PTD0);
+
+int main() {
+ while(1);
+}
\ No newline at end of file
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Fri Mar 01 13:29:13 2013 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/3d0ef94e36ec \ No newline at end of file
