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.
1 parent 05f4c6d commit af72278Copy full SHA for af72278
src/MCP23017.h
@@ -206,8 +206,8 @@ class MCP23017
206
207
/**
208
* Controls how the interrupt pins act with each other.
209
- * If intMode is SEPARATED, interrupt conditions on a port will cause its respective INT pin to active.
210
- * If intMode is OR, interrupt pins are OR'ed so an interrupt on one of the port will cause both pints to active.
+ * If intMode is Separated, interrupt conditions on a port will cause its respective INT pin to active.
+ * If intMode is Or, interrupt pins are OR'ed so an interrupt on one of the port will cause both pints to active.
211
*
212
* Controls the IOCON.MIRROR bit.
213
* See "3.5.6 Configuration register".
0 commit comments