Search found 1 match

by kabiskac
Sat Jul 09, 2022 6:03 pm
Forum: ESP-IDF
Topic: How does the ADC Digi filter work in ESP32-C3?
Replies: 2
Views: 1846

How does the ADC Digi filter work in ESP32-C3?

Hi, I would like to use the ADC Digi filter in the ESP32-C3.

I set it up using

Code: Select all

adc_digi_filter_set_config
and

Code: Select all

adc_digi_filter_enable
but I am not sure whether it works and what it does because there isn't an example for it.

Can someone please explain it to me?