Skip to content

Commit af72278

Browse files
authored
Fix enumerator case in comment. (#29)
1 parent 05f4c6d commit af72278

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MCP23017.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ class MCP23017
206206

207207
/**
208208
* 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.
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.
211211
*
212212
* Controls the IOCON.MIRROR bit.
213213
* See "3.5.6 Configuration register".

0 commit comments

Comments
 (0)