Adafruit_ADS1X15 icon indicating copy to clipboard operation
Adafruit_ADS1X15 copied to clipboard

Stuck on while loop

Open e-labInnovations opened this issue 3 years ago • 10 comments

Sometimes Arduino stuck on

while (!conversionComplete())
;

I think the ads1115 not responding due to some AC spikes on the input.
I am planning to add time check also in the while (!conversionComplete()) code. If I am wrong, please correct me.

e-labInnovations avatar Jan 23 '22 13:01 e-labInnovations