USBMSD example using a file system located in RAM

Fork of RAM_DISK by Samuel Mokrani

Embed: (wiki syntax)

« Back to documentation index

USBMSD_Ram Class Reference

USBMSD_Ram Class Reference

Use the Ram as mass storage device using the USBMSD class. More...

#include <USBMSD_Ram.h>


Detailed Description

Use the Ram as mass storage device using the USBMSD class.

 #include "mbed.h"
 #include "USBMSD_Ram.h"

 USBMSD_Ram sd;

 int main() {
   while(1);
 }

Definition at line 44 of file USBMSD_Ram.h.