Hi all,
the REG0x26_ADC_Control Register has 2 bitfields related to a "running average":
- ADC_AVG,
- ADC_AVG_INIT,
but the datasheet provides no further information about averaging.
What kind of average is this? Moving average - how many samples? Or is it an IIR like Yn = (Xn + Yn-1)/2?
Thanks,
Wolfgang