Analog Read seems to be slow
Issue #1373 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
1 |
void analogSetSamples(uint8_t samples); |
Read more