|
float | adcOffsets [TOTAL_MEASUREMENT_COUNT] |
| Offsets to be applied to the ADC readings.
|
|
float | adcSensitivity [TOTAL_MEASUREMENT_COUNT] |
| Sensitivities for the ADC readings.
|
|
uint16_t | adcLocalRawStorage [LOCAL_ADC_STORAGE_COUNT][TOTAL_MEASUREMENT_COUNT] |
| Local buffer containing raw ADC data to enhance ADC performance.
|
|
float | adcLocalConvStorage [LOCAL_ADC_STORAGE_COUNT][TOTAL_MEASUREMENT_COUNT] |
| Local buffer containing converted ADC data to enhance ADC performance.
|
|
ring_buffer_t | adcLocalIndexRingBuff |
| Ring buffer to contain ADC read and write locations.
|
|