From 01b68f08a437f7e995202cc033dd23de1d43fef7 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 14 Jan 2016 00:28:58 +0100 Subject: [PATCH] Moved the note from the md file to programs.json as advised. Issue #1009 --- docs/expander-MCP23017.md | 8 ++------ tpl/programs.json | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/expander-MCP23017.md b/docs/expander-MCP23017.md index a5d355b82..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) @@ -21,11 +21,7 @@ Fritzing diagram: [docs/breadboard/expander-MCP23017.fzz](breadboard/expander-MC   -**Note:** MCP23017 has three pins (15-17) to set the I2C hardware address. By default, these -pins must be connected to ground for the default address 0x20. If you have another -I2C device connected with that address or you're planning to use multiple MCP23017s -see page eight of the -[data sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/21952b.pdf). + Run with: 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",