Advertisement
ArcherMemes

Untitled

Jan 20th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. task claw()
  2. {
  3. if(vexRT[btn5U] == 1)
  4. {
  5. motor[Claw] = 127;
  6. }
  7. else if(vexRT[btn5D] == 1)
  8. {
  9. motor[Claw] = -127;
  10. }
  11. else
  12. {
  13. motor[claw] = 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement