Releases: adafruit/Adafruit_CircuitPython_MCP3xxx
1.4.2 - Fixed discord invite link
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-mcp3xxx.
Read the docs for info on how to use it.
1.4.1 - Added Black check, reran Black with Python 3 target.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-mcp3xxx.
Read the docs for info on how to use it.
1.4.0 - Upgrade to latest Pylint, implement Black formatting
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 .pylintrcfile 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-mcp3xxx.
Read the docs for info on how to use it.
1.3.0 - MCP3002 support, changed CI from Travis to GitHub Actions
This release includes:
- Support for the MCP3002 ADC has been added.
- 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-mcp3xxx.
Read the docs for info on how to use it.
MCP3002 Support and Improved Docs
- #20 Added MCP3002 support, updated documentation. Thanks @2bndy5!
- API/Documentation improvements: more concise differential channel mappings, links to datasheets for wiring/pinout, warning for negative numbers. Thanks @2bndy5!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mcp3xxx.
Read the docs for info on how to use it.
Examples renamed to match library name
- Renamed examples to match library name, updated documentation. Thanks @magnusvmt!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mcp3xxx.
Read the docs for info on how to use it.
Update to README and RTD examples.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mcp3xxx.
Read the docs for info on how to use it.
Fix differential value calculation on Pin 7
- #11 - Fix to calculate differential value on pin 7 correctly for the MCP3004 and MCP3008 - @yoomy3
- Added more verbose docstrings to show the differential channel mapping for the MCP3004 and MCP3008 - @yoomy3
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mcp3xxx.
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-mcp3xxx.
Read the docs for info on how to use it.
Major updates!
- Added support for the MCP3008 8-channel analog-to-digital converter.
- Added support for the [MCP3004] 4-channel analog-to-digital converter.
- Support for single-ended and differential ADC reads
- Style mirrors core CircuitPython APIs
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-mcp3xxx.
Read the docs for info on how to use it.