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
+4 -2
View File
@@ -6,7 +6,9 @@ Peripherals API
.. 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 @@ Peripherals API
:SOC_USB_OTG_SUPPORTED: usb_device
:SOC_USB_OTG_SUPPORTED: usb_host
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.
Code examples for this API section are provided in the :example:`peripherals` directory of ESP-IDF examples.