Skip to content

2.0.0 - Cleanup and refactor

Compare
Choose a tag to compare
@caternuson caternuson released this 28 Nov 19:08
· 12 commits to master since this release
633224f
  • 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.