Prototype example of a ram disk running over usb on a kl25z

Dependencies:   RAM_DISK USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "USBMSD_Ram.h"
00003 
00004 USBMSD_Ram sd;
00005 
00006 int main() {
00007     while(1);
00008 }