Arduino Basics Arduino for beginners : while loop by shedboy71 8th August 2016 while loops will loop continuously, and infinitely, until the expression inside the parenthesis, () becomes false. Something must change the tested variable, or the while loop will never exit. This … Read more