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:
@@ -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];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user