Skip to content

Commit ffc8a64

Browse files
authored
Update Adafruit_MCP23017.cpp
1 parent 4881529 commit ffc8a64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Adafruit_MCP23017.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ void Adafruit_MCP23017::begin(uint8_t addr, TwoWire *theWire) {
124124

125125
_wire->begin();
126126

127-
_wire->setClock(400000);
128-
129127
// set defaults!
130128
// all inputs on port A and B
131129
writeRegister(MCP23017_IODIRA, 0xff);

0 commit comments

Comments
 (0)