Merge branch 'docs/update_the_example_in_adc_oneshot' into 'master'

docs: Update the application example in adc_oneshot

Closes DOC-8315

See merge request espressif/esp-idf!31987
This commit is contained in:
Shen Meng Jing 2024-07-30 19:24:56 +08:00
commit 124c3be72c
2 changed files with 2 additions and 2 deletions

View File

@ -229,7 +229,7 @@ Kconfig Options
Application Examples
--------------------
* ADC oneshot mode example: :example:`peripherals/adc/oneshot_read`.
* :example:`peripherals/adc/oneshot_read` demonstrates how to obtain a one-shot ADC reading from a GPIO pin using the ADC one-shot mode driver and how to use the ADC Calibration functions to obtain a calibrated result in mV on {IDF_TARGET_NAME}.
API Reference

View File

@ -229,7 +229,7 @@ Kconfig 选项
应用示例
--------------------
* ADC 单次转换模式示例::example:`peripherals/adc/oneshot_read`
* :example:`peripherals/adc/oneshot_read` 演示了如何使用 ADC 单次模式驱动程序从 GPIO 管脚获取单次 ADC 数值,并展示了如何使用 ADC 校准功能在 {IDF_TARGET_NAME} 上获得校准后的结果,单位为毫伏
API 参考