i2c_adc_ads7828  v2.0.2
Arduino library for TI ADS7828 I2C A/D converter.
Required Functions List
Member ADS7828::begin ()
Call from within setup()to enable I2C communication.
Member ADS7828::update (uint8_t)
Call this or one of the update() / updateAll() functions from within loop() in order to read data from device(s).
Member ADS7828::update ()
Call this or one of the update() / updateAll() functions from within loop() in order to read data from device(s).
Member ADS7828::updateAll ()
Call this or one of the update() functions from within loop() in order to read data from device(s). This is the most commonly-used device update function.
Member ADS7828Channel::value ()
This is the most commonly-used channel function.