Skip to content

Releases: adafruit/Adafruit-MCP23017-Arduino-Library

1.2.0 - Added support for passing in a Wire instance

17 Aug 22:21
32cc4eb
Compare
Choose a tag to compare

@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

23 Jun 17:28
8235d27
Compare
Choose a tag to compare
Merge pull request #47 from adafruit/actionci

Moved to actions, doxygen

1.0.6 - README update

08 Oct 20:01
67cebb8
Compare
Choose a tag to compare
Update library.properties

1.0.5

13 Sep 21:54
6bbe9d5
Compare
Choose a tag to compare

Updated README

1.0.4

10 Jul 17:30
dda7a92
Compare
Choose a tag to compare

version bump

TinyWireM support was still not right...

18 Oct 15:35
Compare
Choose a tag to compare

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

12 Oct 15:26
Compare
Choose a tag to compare

TinyWireM was not getting included from adafruit Wire library. Caused problems.

1.0.1 minor bug fix release

08 Jul 05:10
Compare
Choose a tag to compare

Minor bug fix release with support for ESP8266.

1.0.0 release for Arduino

31 Mar 19:42
Compare
Choose a tag to compare

Automated initial release for Arduino library system.