Create a Line Fitting calibration scheme After creating, you'll get a handle to this scheme. Then you can use the driver APIS in `esp_adc/adc_cali.h` to do the ADC calibration via the handle you get.
Convenience function to get ADC calibrated result This is an all-in-one function which does: - oneshot read ADC raw result - calibrate the raw result and convert it into calibrated result (in mV)
Examples
adc_cali_raw_to_voltage() is referenced by 1 libraries and example projects: