Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DebounceIn mbed PinDetect
Revision 53:1c8235c49b70, committed 2016-01-24
- Comitter:
- Jesse Baker 
- Date:
- Sun Jan 24 16:45:15 2016 -0500
- Parent:
- 52:e01c9315851d
- Commit message:
- JB is about to test expansion
Changed in this revision
| JessesLab1/ExpansionMain.cpp | Show annotated file Show diff for this revision Revisions of this file | 
| JessesLab1/main.cpp | Show annotated file Show diff for this revision Revisions of this file | 
diff -r e01c9315851d -r 1c8235c49b70 JessesLab1/ExpansionMain.cpp --- a/JessesLab1/ExpansionMain.cpp Sun Jan 24 21:44:01 2016 +0000 +++ b/JessesLab1/ExpansionMain.cpp Sun Jan 24 16:45:15 2016 -0500 @@ -1,4 +1,4 @@ -/* + // A simple IO demo using the MCP23S17 library // // MCP23S17 Library Copyright (c) 2010 Romilly Cocking
diff -r e01c9315851d -r 1c8235c49b70 JessesLab1/main.cpp --- a/JessesLab1/main.cpp Sun Jan 24 21:44:01 2016 +0000 +++ b/JessesLab1/main.cpp Sun Jan 24 16:45:15 2016 -0500 @@ -1,4 +1,4 @@ -// <- remove this if you want to code this and comment Georges +/*// <- remove this if you want to code this and comment Georges #include "mbed.h" #include "DebounceIn.h" #include "PinDetect.h"