Advertisement
defit

Untitled

Sep 20th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.13 KB | None | 0 0
  1. void setup() {
  2.     lastTime = millis();
  3.     currentTime = millis();
  4.     lcd.begin(16, 2);
  5.     Entrance.setServo();
  6.     Exit.setServo();
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement