Skip to content

Commit

Permalink
MCP230xx open drain interrupt pins (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbx81 authored and jesserockz committed Feb 13, 2021
1 parent 9c85b69 commit 72db503
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/mcp230xx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ Configuration variables:
- **id** (**Required**, :ref:`config-id`): The id to use for this MCP23008 component.
- **address** (*Optional*, int): The I²C address of the driver.
Defaults to ``0x20``.
- **open_drain_interrupt** (*Optional*, bool): Configure the interrupt pin to open-drain mode.
Useful when the MCP23008's power supply is greater than 3.3 volts. Note that this pin
will require a pull-up resistor (to 3.3 volts) when this mode is enabled.

.. _mcp23016-label:

Expand Down Expand Up @@ -158,6 +161,9 @@ Configuration variables:
- **id** (**Required**, :ref:`config-id`): The id to use for this MCP23017 component.
- **address** (*Optional*, int): The I²C address of the driver.
Defaults to ``0x20``.
- **open_drain_interrupt** (*Optional*, bool): Configure interrupt pins to open-drain mode.
Useful when the MCP23017's power supply is greater than 3.3 volts. Note that these pins
will require pull-up resistors (to 3.3 volts) when this mode is enabled.


See Also
Expand Down

0 comments on commit 72db503

Please sign in to comment.