Skip to content

Releases: brushmate/CircuitPython_MCP48XX

1.0.1 - Refactoring

Choose a tag to compare

@brushmate brushmate released this 11 Apr 19:03
dc576e9

What's Changed

  • Refactor library code and improve docs by @brushmate in #2

Full Changelog: 1.0.0...1.0.1

To use in CircuitPython, simply install the CircuitPython Community Bundle.

To use in CPython, pip install circuitpython-mcp48xx.

Read the docs for info on how to use it.

1.0.0 - Initial Release

Choose a tag to compare

@brushmate brushmate released this 11 Apr 08:19
9d122f5

First release of the MCP48XX module for CircuitPython which adds support for the Microchip MCP4801, MCP4811, MCP4821, MCP4802, MCP4812, and MCP4822 digital to analog converters.

This release includes

  • setting a channel's value
  • setting a channel's gain
  • setting a channel's shutdown mode

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive.

To use in CPython, pip install circuitpython-mcp48xx.

Read the docs for info on how to use it.

1.0.0-rc.1 - Initial Release Candidate

Pre-release

Choose a tag to compare

@brushmate brushmate released this 11 Apr 07:22

First release candidate of the MCP48XX module for CircuitPython which adds support for the Microchip MCP4801, MCP4811, MCP4821, MCP4802, MCP4812, and MCP4822 digital to analog converters.

This release includes

  • setting a channel's value
  • setting a channel's gain
  • setting a channel's shutdown mode

Read the docs for info on how to use it.