# Example for `mcp23x17` driver ## What it does The example shows how to work with the MCP23S17 chip connected via SPI (see schematics below). It sets up interrupt on pin PA0 of MCP23S17, triggered on both edges. Then example blinks on PB0 in loop. ## Wiring 
To create a project from this example, run:
idf.py create-project-from-example "esp-idf-lib/mcp23x17=1.1.7:mcp23s17"