Lab_interaccio/2017/board_test_0_1/lib/MCP342X
Miguel Angel de Heras 451795bb92 Second commit
2025-03-05 15:57:19 +01:00
..
Examples/ReadLoop Second commit 2025-03-05 15:57:19 +01:00
.gitattributes Second commit 2025-03-05 15:57:19 +01:00
keywords.txt Second commit 2025-03-05 15:57:19 +01:00
license.txt Second commit 2025-03-05 15:57:19 +01:00
MCP342X.cpp Second commit 2025-03-05 15:57:19 +01:00
MCP342X.h Second commit 2025-03-05 15:57:19 +01:00
README.md Second commit 2025-03-05 15:57:19 +01:00

MCP342X Analog-to-Digital Converter Library

This is an Arduino library for interfacing to Microchip's MCP342X series of ADCs. The following devices are supported.

MCP3421	18-bit, 1-channel
MCP3422	18-bit, 2-channel
MCP3423	18-bit, 2-channel, multi-address
MCP3424	18-bit, 4-channel, multi-address
MCP3425	16-bit, 1-channel
MCP3426	16-bit, 2-channel
MCP3427	16-bit, 2-channel, multi-address
MCP3428	16-bit, 4-channel, multi-address

The ADCs communicate over the I2C bus. This library uses the Arduino Wire.h library for that communication.

This code is (c) copyright 2013, C. Schnarel. See the attached license.txt file for distribution and derivative permissions.