/AD7731

Arduino library for the Analog Devices AD7731 ADC chip

Primary LanguageC++GNU General Public License v3.0GPL-3.0

AD7731

Arduino library for the Analog Devices AD7731 ADC chip

Quickstart

To load, include the header: #include "AD7731.h" Create AD7731 objects: AD7731 adc(); Call functions on AD7731 object: int read = adc.getData();

Different modes of operation