Sampling rate in Arduino

OK
In that case it will take 100 microseconds for the ADC to convert an analog signal to digital.
When the sketch executes a analogRead(), it will stop the program for 100us until the conversion is done.

1 Like