Adafruit_ADS1X15
Adafruit_ADS1X15 copied to clipboard
Stuck on while loop
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.