4180 LabTeam - Spring '18
/
Lab1_Part72
Lab1_Part7
Fork of MCP23S17_Basic_IO_Demo by
Revision 10:88720ed69806, committed 2018-01-31
- 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); + } } }