USBMSD example with a file system located in RAM

Dependencies:   mbed RAM_DISK

Committer:
samux
Date:
Sat Mar 03 07:56:05 2012 +0000
Revision:
0:05b14f327027

        

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 }