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.
Dependents: Assignment_2_herpe Final_V1 ass2 ass2 ... more
Revision 8:460f7a57725d, committed 2010-11-29
- Comitter:
- jimherd
- Date:
- Mon Nov 29 10:55:29 2010 +0000
- Parent:
- 7:c282ea90cdb5
- Child:
- 9:e08c29541bc4
- Commit message:
Changed in this revision
| MCP23017.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/MCP23017.cpp Sun Nov 28 22:44:56 2010 +0000
+++ b/MCP23017.cpp Mon Nov 29 10:55:29 2010 +0000
@@ -60,7 +60,7 @@
shadow_IPOL = 0;
}
-/* ******************************************************************************
+/*-----------------------------------------------------------------------------
* pinMode
*/
void MCP23017::pinMode(int pin, int mode) {
@@ -72,7 +72,7 @@
writeRegister(IODIR, (unsigned short)shadow_IODIR);
}
-/* ******************************************************************************
+/*-----------------------------------------------------------------------------
* digitalRead
*/
int MCP23017::digitalRead(int pin) {