to check out local tool chain for debugging purpose

Dependencies:   TextLCD

Revision:
1:e212820b1d24
Parent:
0:f83e6bf569ae
Child:
2:67fa41d8cb21
--- a/main.cpp	Sun Sep 25 10:45:37 2016 +0000
+++ b/main.cpp	Sat Oct 01 14:11:15 2016 +0000
@@ -8,13 +8,11 @@
     static uint8_t led_mode=1;
     while(1) 
     {
-           if (switchInput==1)
-           {
-               myled.write(1);
-           }
-           else
-           {
+           
+               //myled.write(1);
+							wait(200);
+           
                myled.write(0);
-           }
+           
     }
 }