Skip to content

Commit da518c9

Browse files
authored
Update Adafruit_MCP23017.cpp
1 parent e876ca9 commit da518c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_MCP23017.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ void Adafruit_MCP23017::begin(uint8_t addr, TwoWire *theWire) {
135135

136136
// Turn off pull up resistors
137137
writeRegister(MCP23017_GPPUA, 0x00);
138-
writeRegister(MCP23017_GPPUB, 0x00);
138+
writeRegister(MCP23017_GPPUB, 0x00);
139139
}
140140

141141
/**

0 commit comments

Comments
 (0)