89 adc_voltage = vref * (((adc_code>>16) & 0x0000FFFF )/65535.0);
static uint8_t adc_command
LTC2460 Ultra-Tiny, 16-bit delta sigma ADCs with 10ppm/degree C Max Precision Reference.
Header File for Linduino Libraries and Demo Code.
float LTC2460_code_to_voltage(int32_t adc_code, float vref)
Calculates the voltage corresponding to an adc code, given the reference (in volts) ...
void LTC24XX_SPI_8bit_command_24bit_data(uint8_t cs, uint8_t adc_command, int32_t *adc_code)
Reads from LTC24XX ADC that accepts an 8 bit configuration and returns a 24 bit output word...
union LT_union_int32_4bytes data
LTC24XX General Library: Functions and defines for all SINC4 Delta Sigma ADCs.
void LTC2460_read(uint8_t cs, uint8_t adc_command, int32_t *adc_code)