mcp3021 992 B

1234567891011121314151617181920212223242526272829
  1. Kernel driver MCP3021
  2. ======================
  3. Supported chips:
  4. * Microchip Technology MCP3021
  5. Prefix: 'mcp3021'
  6. Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/21805a.pdf
  7. * Microchip Technology MCP3221
  8. Prefix: 'mcp3221'
  9. Datasheet: http://ww1.microchip.com/downloads/en/DeviceDoc/21732c.pdf
  10. Authors:
  11. Mingkai Hu
  12. Sven Schuchmann <schuchmann@schleissheimer.de>
  13. Description
  14. -----------
  15. This driver implements support for the Microchip Technology MCP3021 and
  16. MCP3221 chip.
  17. The Microchip Technology Inc. MCP3021 is a successive approximation A/D
  18. converter (ADC) with 10-bit resolution. The MCP3221 has 12-bit resolution.
  19. These devices provide one single-ended input with very low power consumption.
  20. Communication to the MCP3021/MCP3221 is performed using a 2-wire I2C
  21. compatible interface. Standard (100 kHz) and Fast (400 kHz) I2C modes are
  22. available. The default I2C device address is 0x4d (contact the Microchip
  23. factory for additional address options).