mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
ad84e5b9d0
@ -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
|
||||
|
@ -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 参考
|
||||
|
Loading…
Reference in New Issue
Block a user