mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
fix(adc): fix h2 adc oneshot read zero and add delay after getting done signal
This commit is contained in:
@@ -42,7 +42,7 @@ extern "C" {
|
||||
Oneshot
|
||||
---------------------------------------------------------------*/
|
||||
#define ADC_LL_DATA_INVERT_DEFAULT(PERIPH_NUM) (0)
|
||||
#define ADC_LL_DELAY_CYCLE_AFTER_DONE_SIGNAL (2)
|
||||
#define ADC_LL_DELAY_CYCLE_AFTER_DONE_SIGNAL (5)
|
||||
|
||||
/*---------------------------------------------------------------
|
||||
DMA
|
||||
|
Reference in New Issue
Block a user