mcp23s17

Example of the component esp-idf-lib/mcp23x17 v1.1.7
# 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

![Schematics](mp23s17_example.png?raw=true)

To create a project from this example, run:

idf.py create-project-from-example "esp-idf-lib/mcp23x17=1.1.7:mcp23s17"

or download archive (~106.22 KB)