Skip to content

Commit 1f545fe

Browse files
authored
Merge pull request #8 from dhenry7711/patch-1
Update Adafruit_MCP23017.cpp
2 parents 471c883 + 1b67d15 commit 1f545fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_MCP23017.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ uint8_t Adafruit_MCP23017::digitalRead(uint8_t pin) {
213213
* Mirroring will OR both INTA and INTB pins.
214214
* Opendrain will set the INT pin to value or open drain.
215215
* polarity will set LOW or HIGH on interrupt.
216-
* Default values after Power On Reset are: (false,flase, LOW)
216+
* Default values after Power On Reset are: (false, false, LOW)
217217
* If you are connecting the INTA/B pin to arduino 2/3, you should configure the interupt handling as FALLING with
218218
* the default configuration.
219219
*/

0 commit comments

Comments
 (0)