Search found 1 match
- Thu Jan 05, 2023 7:32 pm
- Forum: ESP-IDF
- Topic: ADC continuous read sample rate is not what is specified
- Replies: 2
- Views: 3652
ADC continuous read sample rate is not what is specified
Hello, I'm trying to use the ADC in the continuous introduced by IDF 5.0, however the sample rate that I specify in the adc_continuous_config_t does not correlate to what I actually get. Here is the code that I'm running: #include <esp_adc/adc_continuous.h> #include "esp_timer.h" #include "freertos/...