esp_adc: new esp_adc component and adc drivers

This commit is contained in:
Armando
2022-07-15 12:52:44 +08:00
parent 9653af8d04
commit 5b523a3313
185 changed files with 7783 additions and 6462 deletions
@@ -1 +0,0 @@
.. include:: ../../../en/api-reference/peripherals/adc.rst
@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/adc_calibration.rst
@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/adc_continuous.rst
@@ -0,0 +1 @@
.. include:: ../../../en/api-reference/peripherals/adc_oneshot.rst
@@ -6,7 +6,9 @@
.. toctree::
:maxdepth: 1
adc
adc_oneshot
:SOC_ADC_DMA_SUPPORTED: adc_continuous
adc_calibration
clk_tree
:SOC_DAC_SUPPORTED: dac
gpio
@@ -38,4 +40,4 @@
:SOC_USB_OTG_SUPPORTED: usb_device
:SOC_USB_OTG_SUPPORTED: usb_host
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。
本部分的 API 示例代码存放在 ESP-IDF 示例项目的 :example:`peripherals` 目录下。