Releases: adafruit/Adafruit_CircuitPython_MCP230xx
Remove stop kwarg and use write_then_readinto.
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
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
- 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
- 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
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
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.
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!
- 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!
This is the initial release for Adafruit CircuitPython MCP230xx.