Skip to content

Releases: adafruit/Adafruit_CircuitPython_MCP4725

1.2.1 - Changed CI from Travis to GitHub Actions

23 Jan 02:09
Compare
Choose a tag to compare

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

Read the docs for info on how to use it.

BusDevice

14 Oct 23:35
9d781b0
Compare
Choose a tag to compare
  • Convert to using BusDevice

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

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

Read the docs for info on how to use it.

Update Travis Badge In Readme

15 Jan 02:31
ffe4964
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update to .pylintrc

12 Nov 17:22
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Now on PyPi!

06 Aug 21:29
22b10d4
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-mcp4725.

Read the docs for info on how to use it.

More doc refinement

01 May 18:35
580d0d2
Compare
Choose a tag to compare

Thanks to @sommersoft for the documentation refinement.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Documentation update.

20 Feb 20:59
89754c1
Compare
Choose a tag to compare

Thanks to @tannewt for doing this!

1.0 Initial release

27 Jan 00:24
Compare
Choose a tag to compare

Initial release to trigger Travis MPY generation.