Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. bool stop = false;
  2.  
  3. while( pinCount < aUltrasoon1Pins && !stop)
  4. {
  5.     if(afstanden[pinCount] < 0 || afstanden[pinCount] > 6)
  6.         stop = true;
  7.     pinCount++;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement