Skip to content

1.0.0 - Initial Release

Choose a tag to compare

@brushmate brushmate released this 11 Apr 08:19
· 2 commits to main since this release
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.