mirror of https://github.com/arendst/Tasmota.git
Updated MCP23008 MCP23017 (markdown)
parent
4e5ae5ba32
commit
69be56557a
|
@ -10,7 +10,7 @@ Generally available breakout boards for the MCP23017 look similar to this:
|
|||
|
||||
The chip, can however, be wired up quite easily especially if you can source the DIP version of the chip. Here's a basic outline of what a typical circuit would require to be functional:
|
||||
|
||||
![https://github.com/andrethomas/images/raw/master/mcp230xx/Basic_Circuit.PNG](https://github.com/andrethomas/images/raw/master/mcp230xx/Basic_Circuit.PNG)
|
||||
![https://github.com/andrethomas/images/raw/master/mcp230xx/Basic_Circuit1.PNG](https://github.com/andrethomas/images/raw/master/mcp230xx/Basic_Circuit1.PNG)
|
||||
|
||||
Although the MCP230xx chips allow for both INPUT and OUTPUT, only INPUT is supported by the driver as the main intention is not to extend output but to provide additional inputs, more specifically - inputs which are 5V tolerant.
|
||||
|
||||
|
|
Loading…
Reference in New Issue