128 #define LTC2497_I2C_ADDRESS 0x76 // High High High 144 #define LTC2497_I2C_GLOBAL_ADDRESS 0x77 // Global Address
static uint8_t adc_command
float LTC2497_code_to_voltage(int32_t adc_code, float vref)
Calculates the voltage corresponding to an ADC code, given the reference (in volts) ...
uint8_t LTC2497_read(uint8_t i2c_address, uint8_t adc_command, int32_t *adc_code, uint16_t timeout)
Reads from LTC2497.