100 #define LTC2370_CS QUIKEVAL_CS 106 #define LTC2370_ADDRESS 0x00 113 uint32_t *ptr_adc_code
float LTC2370_code_to_voltage(uint32_t adc_code, float vref)
Calculates the LTC2370 input voltage given the binary data and lsb weight.
void LTC2370_read(uint8_t cs, uint32_t *ptr_adc_code)
Reads the LTC2370 and returns 32-bit data in offset binary format.