Advertisement
Guest User

Untitled

a guest
Oct 12th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if (state == 0 && pos >= 90 && pos <= 100) {
  2. score = score + 1;
  3. plusscore = "+3 punten!";
  4. calloutscore = "Je score is nu: " + score + " punten!";
  5. Serial.println(plusscore);
  6. Serial.println(calloutscore);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement