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
--- /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