USBMSD_SD HelloWorld for FRDM-KL25Z

Dependencies:   USBDevice USBMSD_SD mbed

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Fri Mar 01 13:29:13 2013 +0000
Commit message:
USBMSD8SD HelloWorld for FRDM-KL25Z

Changed in this revision

USBDevice.lib Show annotated file Show diff for this revision Revisions of this file
USBMSD_SD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r 44b579c983e0 USBDevice.lib
--- /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
diff -r 000000000000 -r 44b579c983e0 USBMSD_SD.lib
--- /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
diff -r 000000000000 -r 44b579c983e0 main.cpp
--- /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
diff -r 000000000000 -r 44b579c983e0 mbed.bld
--- /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