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:34:49 2018 +0000
Parent:
7:2e7fe8cc61fc
Child:
9:da6619d6f3bc
Commit message:
Changes with wait period;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Jan 31 06:29:08 2018 +0000
+++ b/main.cpp	Wed Jan 31 06:34:49 2018 +0000
@@ -56,6 +56,6 @@
         } else if  (B0 == 1) {
           chip.write(PORT_A,0);
         }
-        
+        wait(.5);    
     }
 }