2.0.0 - Cleanup and refactor
- Remove
utility/Adafruit_MCP23008.*
and replace with Adafruit MCP23017 Arduino Library dependency. - Rewrite I2C code to use new MCP lib dep.
- Allow both actual I2C address and original offset specification.
- Allow passing in specific Wire instance.
- Renamed all examples to have
.ino
extension. - Updated
HelloWorld_i2c.ino
example.