Lab1_Part7

Dependencies:   MCP23S17 mbed

Fork of MCP23S17_Basic_IO_Demo by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
bjs9
Date:
Wed Jan 31 06:45:56 2018 +0000
Parent:
9:da6619d6f3bc
Commit message:
Commit to button change;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r da6619d6f3bc -r 88720ed69806 main.cpp
--- a/main.cpp	Wed Jan 31 06:44:40 2018 +0000
+++ b/main.cpp	Wed Jan 31 06:45:56 2018 +0000
@@ -56,7 +56,6 @@
         chip.write(PORT_A,1);
         } else if  (B0 == 1) {
           chip.write(PORT_A,0);
-        }
-        wait(.5);    
+        }   
     }
 }