how is the data in the adc pool updated and emptied
how is the data in the adc pool updated and emptied
In version 5.1 of esp-idf, how is the data in the adc pool updated and emptied. I hope you can help me answer, thank you
Re: how is the data in the adc pool updated and emptied
In ESP-IDF, the ADC pool is typically used to store ADC conversion results in continuous mode or DMA mode. When the ADC is configured to sample continuously, the ADC driver updates the ADC pool with new conversion results at a defined sampling rate. When the pool is full, new samples will start overwriting the older ones, and you can access the ADC data from the pool for further processing.
-
- Posts: 1701
- Joined: Mon Oct 17, 2022 7:38 pm
- Location: Europe, Germany
Who is online
Users browsing this forum: No registered users and 89 guests