LED and button system

Dependencies:   mbed

Fork of LED by CHANG rozen

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