mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 20:41:14 +00:00
esp_adc: new esp_adc component and adc drivers
This commit is contained in:
15
components/esp_adc/esp32c3/include/adc_cali_schemes.h
Normal file
15
components/esp_adc/esp32c3/include/adc_cali_schemes.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2019-2022 Espressif Systems (Shanghai) CO LTD
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* @file adc_cali_schemes.h
|
||||
*
|
||||
* @brief Supported calibration schemes
|
||||
*/
|
||||
|
||||
#define ADC_CALI_SCHEME_CURVE_FITTING_SUPPORTED 1
|
Reference in New Issue
Block a user