USBMSD_SD HelloWorld for FRDM-KL25Z

Dependencies:   USBDevice USBMSD_SD mbed

main.cpp

Committer:
samux
Date:
2013-03-01
Revision:
0:44b579c983e0

File content as of revision 0:44b579c983e0:

#include "mbed.h"
#include "USBMSD_SD.h"
 
USBMSD_SD sd(PTD2, PTD3, PTD1, PTD0);
 
int main() {
    while(1);
}