Taha Mermer / MCP23017

Files at this revision

API Documentation at this revision

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
 }
 
 /*-----------------------------------------------------------------------------