USBMSD example using a file system located in RAM

Dependents:   USBMSD_RAM

Embed: (wiki syntax)

« Back to documentation index

USBMSD_Ram Class Reference

USBMSD_Ram Class Reference

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

#include <USBMSD_Ram.h>


Detailed Description

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

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

 USBMSD_Ram sd(p5, p6, p7, p8);

 int main() {
   while(1);
 }

Definition at line 44 of file USBMSD_Ram.h.