Advertisement
Jim421616

car_if_else

Jul 15th, 2018
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. void loop()
  2. {
  3. getDistance();
  4. if (distance > 20)
  5. goForward();
  6. else
  7. goBackward();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement