mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-03 00:21:44 +01:00
Merge branch 'feat/esp32c61_adc_support' into 'master'
ADC: support ADC oneshot and continuous mode on ESP32C61 Closes IDF-9302 and IDF-9304 See merge request espressif/esp-idf!32907
This commit is contained in:
@@ -3,7 +3,7 @@ Analog to Digital Converter (ADC) Continuous Mode Driver
|
||||
|
||||
:link_to_translation:`zh_CN:[中文]`
|
||||
|
||||
{IDF_TARGET_ADC_NUM:default="two", esp32c2="one", esp32c6="one", esp32h2="one", esp32c5="one"}
|
||||
{IDF_TARGET_ADC_NUM:default="two", esp32c2="one", esp32c6="one", esp32h2="one", esp32c5="one", esp32c61="one"}
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
||||
@@ -23,7 +23,7 @@ The table below provides more information on pin usage, and please note the comm
|
||||
- Comments
|
||||
|
||||
* - GPIO0
|
||||
- ADC2_CH0
|
||||
-
|
||||
- LP_GPIO0
|
||||
-
|
||||
|
||||
@@ -53,7 +53,7 @@ The table below provides more information on pin usage, and please note the comm
|
||||
-
|
||||
|
||||
* - GPIO6
|
||||
- ADC1_CH5
|
||||
-
|
||||
- LP_GPIO6
|
||||
-
|
||||
|
||||
|
||||
Reference in New Issue
Block a user