diff --git a/docs/breadboard/expander-MCP23017-basic.fzz b/docs/breadboard/expander-MCP23017-basic.fzz index ac3fc4a4a..d19f3ba0f 100644 Binary files a/docs/breadboard/expander-MCP23017-basic.fzz and b/docs/breadboard/expander-MCP23017-basic.fzz differ diff --git a/docs/breadboard/expander-MCP23017-basic.png b/docs/breadboard/expander-MCP23017-basic.png index 4c8b364e1..b6265e63b 100644 Binary files a/docs/breadboard/expander-MCP23017-basic.png and b/docs/breadboard/expander-MCP23017-basic.png differ diff --git a/docs/breadboard/expander-MCP23017.fzz b/docs/breadboard/expander-MCP23017.fzz index 138b8afc6..2b374bec0 100644 Binary files a/docs/breadboard/expander-MCP23017.fzz and b/docs/breadboard/expander-MCP23017.fzz differ diff --git a/docs/breadboard/expander-MCP23017.png b/docs/breadboard/expander-MCP23017.png index 3b55167c0..c45cd628e 100644 Binary files a/docs/breadboard/expander-MCP23017.png and b/docs/breadboard/expander-MCP23017.png differ diff --git a/docs/expander-MCP23017.md b/docs/expander-MCP23017.md index eb562d3e5..f3ff048f3 100644 --- a/docs/expander-MCP23017.md +++ b/docs/expander-MCP23017.md @@ -5,7 +5,7 @@ -Using an MCP23017 Expander as a Virtual Board (16 Pin Digital IO) +Using an MCP23017 Expander as a Virtual Board (16 Pin Digital IO). Pins 15-17 are used to set the I2C hardware address. By default, these pins must be connected to ground. See page eight of the [data sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/21952b.pdf) diff --git a/tpl/programs.json b/tpl/programs.json index 09b85bd9f..6e2a9cb6b 100644 --- a/tpl/programs.json +++ b/tpl/programs.json @@ -46,7 +46,7 @@ { "file": "expander-MCP23017.js", "title": "Expander - MCP23017", - "description": "Using an MCP23017 Expander as a Virtual Board (16 Pin Digital IO)" + "description": "Using an MCP23017 Expander as a Virtual Board (16 Pin Digital IO). Pins 15-17 are used to set the I2C hardware address. By default, these pins must be connected to ground. See page eight of the [data sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/21952b.pdf)" }, { "file": "expander-MCP23008.js",