Skip to content

Releases: adafruit/Adafruit_CircuitPython_MCP230xx

Remove stop kwarg and use write_then_readinto.

27 Aug 18:49
ecb4b4f
Compare
Choose a tag to compare

o use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Added Interrupt Handling Code

05 Jun 16:12
50b3978
Compare
Choose a tag to compare

Added Interrupt Handling Code thanks to @jardiamj

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

PyPi Deploy Patch

21 May 20:09
999b4f7
Compare
Choose a tag to compare
  • fixes PyPi deploy

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Refactor

17 May 00:47
073b875
Compare
Choose a tag to compare
  • Library broken out into separate submodules.
  • NOTE import syntax is changed - see examples

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Add more MCP23017 support

22 Feb 15:29
da9480b
Compare
Choose a tag to compare

Interrupt management is supported with properties, and fixed some typos as well.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Update Travis Badge In Readme

15 Jan 23:55
f3d9cbe
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Example file name update.

16 Oct 22:11
1b85541
Compare
Choose a tag to compare

Updated example file name to match design guidelines. Thank you to @crandalj for the great work!

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Now on PyPi!

06 Aug 21:15
0e63c07
Compare
Choose a tag to compare
  • Added setup.py
  • Added PyPI release info to .travis.yml
  • Updated requirements.txt
  • Added a more comprehensive .gitignore

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-mcp230xx.

Read the docs for info on how to use it.

Initial release!

08 Mar 21:58
Compare
Choose a tag to compare

This is the initial release for Adafruit CircuitPython MCP230xx.