docs: Update the application example in adc_oneshot

This commit is contained in:
shenmengjing 2024-07-09 14:51:31 +08:00
parent 2d9c7793b9
commit dd94a219a2
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 参考