docs: Update the application example in adc_continuous

This commit is contained in:
shenmengjing 2024-07-09 14:57:46 +08:00
parent 2d9c7793b9
commit b0450e013c
2 changed files with 2 additions and 2 deletions

View File

@ -350,7 +350,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

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