USBMSD example with a file system located in RAM

Dependencies:   F401RE_USBDevice RAM_DISK mbed

Fork of USBMSD_RAM by Samuel Mokrani

Committer:
va009039
Date:
Sun Nov 09 03:06:15 2014 +0000
Revision:
1:ce8f3376351d
Parent:
0:05b14f327027
test F401RE_USBDevice

Who changed what in which revision?

UserRevisionLine numberNew contents of line
samux 0:05b14f327027 1 #include "mbed.h"
samux 0:05b14f327027 2 #include "USBMSD_Ram.h"
samux 0:05b14f327027 3
samux 0:05b14f327027 4 USBMSD_Ram sd;
samux 0:05b14f327027 5
samux 0:05b14f327027 6 int main() {
samux 0:05b14f327027 7 while(1);
samux 0:05b14f327027 8 }