ram version see usbmsd_sd.cpp ram ok fs CANNOT be installed - too small use for illustrative purpose only

Dependencies:   USBDevice USBMSD_SD mbed

Fork of USBMSD_SD_HelloWorld_Mbed by Samuel Mokrani

Revision:
0:1d1a8f87d8fa
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Mon Dec 12 17:49:34 2011 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "USBMSD_SD.h"
+
+USBMSD_SD sd(p5, p6, p7, p8);
+
+int main() {
+    while(1);
+}
\ No newline at end of file