Adafruit_CircuitPython_MCP230xx

CircuitPython driver for MCP230xx GPIO Expanders

MIT License

Downloads
5.7K
Stars
43
Committers
24

Bot releases are hidden (Show)

Adafruit_CircuitPython_MCP230xx - 2.4.0 - Adding support for MCP23016

Published by FoamyGuy about 4 years ago

This library now supports the MCP23016 version of the IO Expander IC. Thank you @Flameeyes

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - 2.3.3 - Added REUSE.software compliant SPDX tags and pre-commit

Published by evaherrada about 4 years ago

Thanks @Flameeyes

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - 2.3.2 - Fixed discord invite link

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - 2.3.1 - Added Black check, reran Black with Python 3 target.

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - 2.3.0 - Upgrade to latest Pylint, implement Black formatting

Published by evaherrada over 4 years ago

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - Don't invert polarity of GPIO pins by default

Published by kattni over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - 2.2.2 - Update intersphinx link

Published by evaherrada over 4 years ago

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - 2.2.1 - Changed CI from Travis to GitHub Actions

Published by evaherrada almost 5 years ago

This release includes:

  • Migrating this repository from Travis to GitHub Actions. This has no effect on the behavior of the code itself.

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

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

Read the docs for info on how to use it.

Adafruit_CircuitPython_MCP230xx - Remove stop kwarg and use write_then_readinto.

Published by kattni about 5 years ago

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.

Adafruit_CircuitPython_MCP230xx - Added Interrupt Handling Code

Published by makermelissa over 5 years ago

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.

Adafruit_CircuitPython_MCP230xx - PyPi Deploy Patch

Published by caternuson over 5 years ago

  • 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.

Adafruit_CircuitPython_MCP230xx - Refactor

Published by caternuson over 5 years ago

  • 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.

Adafruit_CircuitPython_MCP230xx - Add more MCP23017 support

Published by ladyada over 5 years ago

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.

Adafruit_CircuitPython_MCP230xx - Update Travis Badge In Readme

Published by sommersoft almost 6 years ago

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.

Adafruit_CircuitPython_MCP230xx - Example file name update.

Published by kattni about 6 years ago

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.

Adafruit_CircuitPython_MCP230xx - Now on PyPi!

Published by kattni about 6 years ago

  • 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.

Adafruit_CircuitPython_MCP230xx - Initial release!

Published by kattni over 6 years ago

This is the initial release for Adafruit CircuitPython MCP230xx.

Package Rankings
Top 4.87% on Pypi.org
Related Projects