mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs: Update the application example in adc_continuous
This commit is contained in:
parent
2d9c7793b9
commit
b0450e013c
@ -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
|
||||
|
@ -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 参考
|
||||
|
Loading…
Reference in New Issue
Block a user