88 #define LTC2366_CS QUIKEVAL_CS 94 #define LTC2366_ADDRESS 0x00 101 uint16_t *ptr_adc_code
float LTC2366_code_to_voltage(uint16_t adc_code, float vref)
Calculates the LTC2366 input voltage given the binary data and lsb weight.
void LTC2366_read(uint8_t cs, uint16_t *ptr_adc_code)
Reads the LTC2366 and returns 32-bit data in offset binary format.