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.
Revision 14:318337e419d4, committed 2022-01-31
- Comitter:
- tmermer
- Date:
- Mon Jan 31 05:27:07 2022 +0000
- Parent:
- 13:d57de266cf19
- Commit message:
- MCP23017 expander resetleme sorunu giderildi
Changed in this revision
MCP23017.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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 } /*-----------------------------------------------------------------------------