USBMSD_SD HelloWorld for FRDM-KL25Z

Dependencies:   USBDevice USBMSD_SD 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_SD.h"
00003  
00004 USBMSD_SD sd(PTD2, PTD3, PTD1, PTD0);
00005  
00006 int main() {
00007     while(1);
00008 }