LED and button system2

Dependencies:   mbed

Fork of LEDandButton by wang tang

Revision:
4:afd407e92a89
Parent:
3:684d085cd132
--- a/main.cpp	Fri Oct 20 07:30:27 2017 +0000
+++ b/main.cpp	Fri Oct 20 07:31:31 2017 +0000
@@ -11,7 +11,7 @@
     while(1)
     {
 
-        if(button == true)
+        if(button == false)
         {
            led1 =! led1;
            wait(0.5);