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:
Sissors
Date:
Wed Oct 23 20:34:52 2013 +0000
Parent:
2:1c8a3c4ba703
Child:
4:69b7cece8e72
Commit message:
New USBFileSystem version
;

Changed in this revision

RAM_DISK/USBFileSystem.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
--- a/RAM_DISK/USBFileSystem.lib	Sun Aug 04 19:59:07 2013 +0000
+++ b/RAM_DISK/USBFileSystem.lib	Wed Oct 23 20:34:52 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/Sissors/code/USBFileSystem/#4ba08d11e36e
+http://mbed.org/users/Sissors/code/USBFileSystem/#9af05743d551
--- a/main.cpp	Sun Aug 04 19:59:07 2013 +0000
+++ b/main.cpp	Wed Oct 23 20:34:52 2013 +0000
@@ -34,7 +34,6 @@
 
     //Connect USB
     ram.connect();
-    ram.usbMode(1);       //Disconnect USB when files are locally written
     
     FILE* fp;
     char buffer[101];