Skip to content

Releases: adafruit/Adafruit_CircuitPython_MCP3xxx

1.4.2 - Fixed discord invite link

09 Jul 20:30

Choose a tag to compare

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.

10 Apr 17:59
b0fcab3

Choose a tag to compare

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

20 Mar 15:33
94088a7

Choose a tag to compare

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

Read the docs for info on how to use it.

1.3.0 - MCP3002 support, changed CI from Travis to GitHub Actions

22 Jan 01:41

Choose a tag to compare

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

14 Oct 13:14
189b1ef

Choose a tag to compare

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

09 Oct 16:06
403c063

Choose a tag to compare

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

16 Sep 21:13
43bb1b7

Choose a tag to compare

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

12 Mar 14:21
7da1a49

Choose a tag to compare

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

15 Jan 23:54
b0796da

Choose a tag to compare

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!

16 Oct 17:51
fd1b337

Choose a tag to compare

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