USBMSD SD card Hello World for Mbed platforms

Dependencies:   mbed USBMSD_SD USBDevice

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "USBMSD_SD.h"
00003  
00004 USBMSD_SD sd(p5, p6, p7, p8);
00005  
00006 int main() {
00007     while(1);
00008 }