Arduino core for ESP32 Wiki content

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

void analogSetSamples(uint8_t samples);