open-access-control/libraries/Adafruit_MCP23017
2019-07-04 09:23:44 -07:00
..
examples Initial Commit from upstream - v1.4 2019-07-04 09:23:44 -07:00
Adafruit_MCP23017.cpp Initial Commit from upstream - v1.4 2019-07-04 09:23:44 -07:00
Adafruit_MCP23017.h Initial Commit from upstream - v1.4 2019-07-04 09:23:44 -07:00
keywords.txt Initial Commit from upstream - v1.4 2019-07-04 09:23:44 -07:00
license.txt Initial Commit from upstream - v1.4 2019-07-04 09:23:44 -07:00
README.txt Initial Commit from upstream - v1.4 2019-07-04 09:23:44 -07:00

This is a library for the MCP23017 I2c Port Expander
 
These chips use I2C to communicate, 2 pins required to interface

Adafruit invests time and resources providing this open source code, 
please support Adafruit and open-source hardware by purchasing 
products from Adafruit!

Written by Limor Fried/Ladyada  for Adafruit Industries.  
BSD license, check license.txt for more information
All text above must be included in any redistribution

To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_MCP23017. Check that the Adafruit_MCP23017 folder contains Adafruit_MCP23017.cpp and Adafruit_MCP23017.h

Place the Adafruit_MCP23017 library folder your <arduinosketchfolder>/libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.