Skip to content

Digital Pot MCP4xHVx1

KiCad Bot requested to merge github/fork/vector91/digipot_MCP4XHV into master

Created by: vector91

Added the following components to the Digital_Potentiometer library:

  • MCP41HV51-ST
  • MCP41HV51-MQ
  • MCP41HV31-ST (alias of MCP41HV51-ST)
  • MCP41HV31-MQ (alias of MCP41HV51-MQ)

Their datasheet can be found here: http://ww1.microchip.com/downloads/en/devicedoc/20005207b.pdf The symbols are based on the MCP45HV, I just had to modify the I2C interface in SPI interface and fix other small differences in the pins.

Modified the descriptions of MCP45HV: each alias has the correct number of bits in the description (and not "7/8-bit..." Added datasheet link to MCP45HV.

MCP41HV51-MQ

MCP41HV51-ST


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
    • A new fitting footprint must be submitted if the library does not yet contain one.
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.
Edited by kliment

Merge request reports