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.
Diff: MCP23017.cpp
- Revision:
- 14:318337e419d4
- Parent:
- 12:6d9d2b277f26
--- a/MCP23017.cpp Mon Nov 29 12:46:43 2010 +0000 +++ b/MCP23017.cpp Mon Jan 31 05:27:07 2022 +0000 @@ -29,7 +29,7 @@ */ MCP23017::MCP23017(PinName sda, PinName scl, int i2cAddress) : _i2c(sda, scl) { MCP23017_i2cAddress = i2cAddress; - reset(); // initialise chip to power-on condition +// reset(); // initialise chip to power-on condition } /*-----------------------------------------------------------------------------