Arduino Basics Arduino for beginners : do while loop by shedboy71 8th August 2016 The do loop works in the same manner as the while loop, with one difference in that the condition is tested at the end of the loop, so the do … Read more