Merge branch 'docs/update_the_example_in_adc_continuous' into 'master'

docs: Update the application example in adc_continuous

Closes DOC-8317

See merge request espressif/esp-idf!31988
This commit is contained in:
Shen Meng Jing 2024-08-06 18:34:08 +08:00
commit ad84e5b9d0
2 changed files with 2 additions and 2 deletions

View File

@ -351,7 +351,7 @@ ADC continuous mode driver APIs are not guaranteed to be thread-safe. However, t
Application Examples
--------------------
* ADC continuous mode example: :example:`peripherals/adc/continuous_read`.
* :example:`peripherals/adc/continuous_read` demonstrates how to use the ADC Continuous Read Mode (DMA Mode) on {IDF_TARGET_NAME} development boards to read from GPIO pins via on-chip ADC modules.
API Reference

View File

@ -351,7 +351,7 @@ ADC 连续转换模式驱动的 API 不一定线程安全,但驱动程序提
应用示例
--------------------
* ADC 连续转换模式示例::example:`peripherals/adc/continuous_read`
* :example:`peripherals/adc/continuous_read` 演示了如何在 {IDF_TARGET_NAME} 开发板上使用 ADC 连续读取模式DMA 模式),通过片上 ADC 模块从 GPIO 管脚读取数据
API 参考