Change some ADC parameters

Still getting ~64 reads per update cycle, but sampling a little slower. After doing some testing it may - or may not - result in more stability of readings.

Doubled the count of averaged readings.
This commit is contained in:
true
2023-11-01 06:05:01 -07:00
parent 36a55a865b
commit 418fdafe56
3 changed files with 25 additions and 12 deletions

View File

@@ -14,11 +14,11 @@
#define ADC_CHANNELS 5
#define ADC_HISTLEN 16
#define ADC_HISTLEN 32
extern uint16_t adc_avg[ADC_CHANNELS];
extern uint32_t adc_avg[ADC_CHANNELS];