We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 471c883 + 1b67d15 commit 1f545feCopy full SHA for 1f545fe
Adafruit_MCP23017.cpp
@@ -213,7 +213,7 @@ uint8_t Adafruit_MCP23017::digitalRead(uint8_t pin) {
213
* Mirroring will OR both INTA and INTB pins.
214
* Opendrain will set the INT pin to value or open drain.
215
* polarity will set LOW or HIGH on interrupt.
216
- * Default values after Power On Reset are: (false,flase, LOW)
+ * Default values after Power On Reset are: (false, false, LOW)
217
* If you are connecting the INTA/B pin to arduino 2/3, you should configure the interupt handling as FALLING with
218
* the default configuration.
219
*/
0 commit comments