59 #define LTC2380_CS QUIKEVAL_CS 65 #define LTC2380_ADDRESS 0x00 79 uint8_t gain_compression,
void LTC2380_read(int32_t *ptr_adc_code, int16_t *ptr_cycles)
Reads the LTC2380 and returns 32-bit data in 2's complement format.
float LTC2380_code_to_voltage(int32_t adc_code, uint8_t gain_compression, float vref)
Calculates the LTC2380 input voltage given the binary data and lsb weight.