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 13:d57de266cf19, committed 2010-11-29
- Comitter:
- jimherd
- Date:
- Mon Nov 29 12:46:43 2010 +0000
- Parent:
- 12:6d9d2b277f26
- Commit message:
Changed in this revision
| MCP23017.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/MCP23017.h Mon Nov 29 12:41:09 2010 +0000
+++ b/MCP23017.h Mon Nov 29 12:46:43 2010 +0000
@@ -44,6 +44,12 @@
/** MCP23017 class
*
+ * Allow access to an I2C connected MCP23017 16-bit I/O extender chip
+ * Example:
+ * @code
+ * MCP23017 *par_port;
+ * @endcode
+ *
*/
class MCP23017 {
public: