USBMSD SD card Hello World for Mbed platforms

Dependencies:   mbed USBMSD_SD USBDevice

Committer:
samux
Date:
Sun Nov 13 12:30:43 2011 +0000
Revision:
5:8afbc15d6892
Parent:
3:0ffb2eee9e06
Child:
7:6494da2a5c60
rename things and introduce an ERROR state

Who changed what in which revision?

UserRevisionLine numberNew contents of line
samux 2:27a7e7f8d399 1 #include "mbed.h"
samux 3:0ffb2eee9e06 2 #include "USB_SDcard.h"
samux 2:27a7e7f8d399 3
samux 3:0ffb2eee9e06 4 USB_SDcard sd;
samux 2:27a7e7f8d399 5
samux 2:27a7e7f8d399 6 int main() {
samux 2:27a7e7f8d399 7 while(1);
samux 2:27a7e7f8d399 8 }