Skip to content

bersch/MCP3424

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 bernhard@neaptide.org
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

About

MCP3424 library for the Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages