mcp3021 751 B

1234567891011121314151617181920212223
  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. Author: Mingkai Hu
  8. Description
  9. -----------
  10. This driver implements support for the Microchip Technology MCP3021 chip.
  11. The Microchip Technology Inc. MCP3021 is a successive approximation A/D
  12. converter (ADC) with 10-bit resolution.
  13. This device provides one single-ended input with very low power consumption.
  14. Communication to the MCP3021 is performed using a 2-wire I2C compatible
  15. interface. Standard (100 kHz) and Fast (400 kHz) I2C modes are available.
  16. The default I2C device address is 0x4d (contact the Microchip factory for
  17. additional address options).