Unsupported version of FatFileSystem, included for compatibility.

Dependencies:   mbed

Dependents:   SDFileSystem nisiBlutooth USBFlashDiskTest Toragi_2012_PachubeCosm ... more

Files at this revision

API Documentation at this revision

Comitter:
mbed_unsupported
Date:
Wed Jun 13 11:24:54 2012 +0000
Parent:
1:d948c18708cb
Child:
3:333d6e93e58f
Commit message:
Removed spurious main.cpp

Changed in this revision

main.cpp Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jun 13 11:03:48 2012 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-#include "mbed.h"
-
-DigitalOut myled(LED1);
-
-int main() {
-    while(1) {
-        myled = 1;
-        wait(0.2);
-        myled = 0;
-        wait(0.2);
-    }
-}