USBMSD test for GR-PEACH

Dependencies:   USBDevice USBMSD_SD mbed

Fork of USBMSD_SD_HelloWorld_Mbed by Samuel Mokrani

Committer:
MACRUM
Date:
Fri Mar 13 15:48:16 2015 +0000
Revision:
27:d122b947a9e6
Parent:
26:7371db6dad7f
Support GR-PEACH platform

Who changed what in which revision?

UserRevisionLine numberNew contents of line
samux 2:27a7e7f8d399 1 #include "mbed.h"
samux 18:08b207d10056 2 #include "USBMSD_SD.h"
samux 22:1e79532affdd 3
MACRUM 26:7371db6dad7f 4 USBMSD_SD sd(P8_5, P8_6, P8_3, P8_4);
samux 22:1e79532affdd 5
samux 2:27a7e7f8d399 6 int main() {
samux 17:364ef42e502d 7 while(1);
samux 9:9c343b9ee6d8 8 }