test

Dependencies:   TextLCD mbed

Fork of teste by Masa Itou

Revision:
18:b825c0aaeb5f
Parent:
17:9b095363f162
Child:
19:f69d5a30c460
--- a/main.cpp	Fri May 17 02:52:49 2013 +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);
-    }
-}