RAMDisk example for the USBFileSystem

Dependencies:   mbed USBFileSystem

Fork of USBFileSystem_RAMDISK_HelloWorld by Erik -

Files at this revision

API Documentation at this revision

Comitter:
ragmondo
Date:
Wed May 15 22:39:46 2013 +0000
Child:
1:e1b0157ce547
Commit message:
check in as it works

Changed in this revision

RAM_DISK.lib Show annotated file Show diff for this revision Revisions of this file
USBDevice.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/RAM_DISK.lib	Wed May 15 22:39:46 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/ragmondo/code/RAM_DISK/#0b8a0be40802
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/USBDevice.lib	Wed May 15 22:39:46 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/USBDevice/#354942d2fa38
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Wed May 15 22:39:46 2013 +0000
@@ -0,0 +1,8 @@
+#include "mbed.h"
+#include "USBMSD_Ram.h"
+
+USBMSD_Ram sd;
+
+int main() {
+    while(1);
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Wed May 15 22:39:46 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/b3110cd2dd17
\ No newline at end of file