Releases: adafruit/Adafruit-MCP23017-Arduino-Library
Releases · adafruit/Adafruit-MCP23017-Arduino-Library
1.2.0 - Added support for passing in a Wire instance
@SunboX shines upon us with a contribution that adds support for providing a Wire instance, allowing for configuration and multiple busses
1.1.0 - Moved repository to GitHub Actions, fully documented code with Doxygen
Merge pull request #47 from adafruit/actionci Moved to actions, doxygen
1.0.6 - README update
Update library.properties
1.0.5
Updated README
1.0.4
version bump
TinyWireM support was still not right...
Adafruit Wire library already defines TinyWireM as Wire
So, this was a little tricky. For Adafruit Trinket and Gemma, you want
to remove the definition of Wire as TinyWireM. If you don’t other uses
of Wire in a sketch get messed up.
But, the Arduino Gemma doesn’t use the Adafruit Wire library. So
Arduino Gemma compiles would fail. I made ARDUINO_AVR_GEMMA a special
case.
Version 1.0.3
Fix ATtiny85 support
TinyWireM was not getting included from adafruit Wire library. Caused problems.
1.0.1 minor bug fix release
Minor bug fix release with support for ESP8266.
1.0.0 release for Arduino
Automated initial release for Arduino library system.