Analog Read seems to be slow
analogRead() seems to be slow.
Reason:
Arduino ADC library takes by default 8 samples and returns the average value.
The number of samples can be changed with the command
void analogSetSamples(uint8_t samples);
analogRead() seems to be slow.
Reason:
Arduino ADC library takes by default 8 samples and returns the average value.
The number of samples can be changed with the command
void analogSetSamples(uint8_t samples);