104 #define LTC2338_CS QUIKEVAL_CS 110 #define LTC2338_ADDRESS 0x00 117 int32_t *ptr_adc_code
float LTC2338_code_to_voltage(int32_t adc_code, float vref)
Calculates the LTC2338 input voltage given the binary data and lsb weight.
void LTC2338_read(uint8_t cs, int32_t *ptr_adc_code)
Reads the LTC2338 and returns 32-bit data in 2's complement format.