Advertisement
vanbwodonk

before

May 20th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.18 KB | None | 0 0
  1. if (digitalRead(6) == 0) {
  2.         if (pres == 0) {
  3.             x++;
  4.             x2++;
  5.             delay(1000);
  6.             pres = 1;
  7.         }
  8.     } else {
  9.         pres = 0;
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement