Basic library of routines to interface to a Microchip MCP23017 16-bit I/O expander using an I2C interface.
Dependents: AdaFruit_RGBLCD SX1276_GPS
Fork of MCP23017 by
History
Changed to use shared I2C interface object
2014-09-02, by vtraveller [Tue, 02 Sep 2014 07:11:53 +0000] rev 16
Changed to use shared I2C interface object
Updated with high speed clock support.
2014-08-07, by vtraveller [Thu, 07 Aug 2014 19:59:32 +0000] rev 15
Updated with high speed clock support.
Fixed bug in the pinMode function. Wasn't checking for mode, and was always clearing instead.
2014-08-02, by vtraveller [Sat, 02 Aug 2014 15:00:57 +0000] rev 14
Fixed bug in the pinMode function. Wasn't checking for mode, and was always clearing instead.