Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. //Motor A
  2. int motorLF = 2;
  3. int motorLB = 0;
  4. //Motor B
  5. int motorRF = 15;
  6. int motorRB = 13;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement