# MCP23x17 I/O Expander [](https://components.espressif.com/components/espp/mcp23x17) The `MCP23x17` I/O expander component allows the user to configure inputs, outputs, interrupts, etc. via a serial interface such as SPI or I2C. ## Example The [example](./example) shows how to communicate with an MCP23017 I2C digital I/O exapander using the `espp::Mcp23x17` component.
2082ff92f3117e6dd4360cb50d85cc6a6f6413f9
idf.py add-dependency "espp/mcp23x17^1.1.2"