OVMS3-idf/components/esp_adc_cal
Darian Leung 0c9e2c0fba esp_adc_cal/Remove lookup table
This commit removes the lookup table mode due to inferior performance when compared
to linear mode under attenuation 0, 1 and 2. However small portions of the lookup table
are kept for the higher voltages of atten 3 (above ADC reading 2880). That voltage range
in atten 3 has non linear characteristics making the LUT performan better than linear mode.
2018-02-22 20:01:41 +08:00
..
include esp_adc_cal/Remove lookup table 2018-02-22 20:01:41 +08:00
component.mk esp_adc_cal: Added ADC calibration component 2017-08-29 18:43:14 +08:00
esp_adc_cal.c esp_adc_cal/Remove lookup table 2018-02-22 20:01:41 +08:00
Kconfig esp_adc_cal/Remove lookup table 2018-02-22 20:01:41 +08:00