SD card reader as an USB mass storage device

Dependencies:   USBDevice USBMSD_SD mbed

Fork of USBMSD_SD_HelloWorld_FRDM-KL25Z by Samuel Mokrani

main.cpp

Committer:
samux
Date:
2013-03-01
Revision:
0:44b579c983e0
Child:
1:99b14f22f15b

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);
}