test

Dependencies:   F401RE_USBDevice RAM_DISK mbed-dev

Fork of F401RE_USBMSD_RAM by Norimasa Okamoto

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 }