85 #define LTC2378_CS QUIKEVAL_CS 91 #define LTC2378_ADDRESS 0x00 105 uint8_t gain_compression,
float LTC2378_code_to_voltage(int32_t adc_code, uint8_t gain_compression, float vref)
Calculates the LTC2378 input voltage given the binary data and lsb weight.
void LTC2378_read(uint8_t cs, int32_t *ptr_adc_code)
Reads the LTC2378 and returns 32-bit data in 2's complement format.