Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/MCP23017.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ class MCP23017

/**
* Controls how the interrupt pins act with each other.
* 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.
* 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.
*
* Controls the IOCON.MIRROR bit.
* See "3.5.6 Configuration register".
Expand Down