Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.15 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.15 KB

MCP3424

library for the Arduino.

The MCP3424 is a low-cost 18Bit Sigma-Delta ADC with I2C Interface.

This library implements the following features:

  • channel setting by address or pin selection
  • continuous and one_shot modes
  • selectable sample rates 12,14,16 and 18 bit
  • selectable PGA gains: x1, x2, x4, x8
  • error detection: overflow, underflow, i2c, progress, timeout
  • selectable blocking/non-blocking modes
  • highest valid gain selection
  • general call signalling

Author: Bernhard Schneider [email protected]
Available from: https://github.com/bersch/MCP3424
License: GNU LGPL

This library may also be used for MCP3421, MCP3422, MCP3423, MCP3425, MCP3426, MCP3427, MCP3428

See also:

ADC Link
MCP3421 http://ww1.microchip.com/downloads/en/DeviceDoc/22003e.pdf
MCP3422/3/4 http://ww1.microchip.com/downloads/en/DeviceDoc/22088b.pdf
MCP3425 http://ww1.microchip.com/downloads/en/DeviceDoc/22072b.pdf
MCP3426/7/8 http://ww1.microchip.com/downloads/en/DeviceDoc/22226a.pdf