Advertisement
Guest User

robot

a guest
Dec 9th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #pragma config(Motor, port1, left, tmotorVex393_HBridge, openLoop)
  2. #pragma config(Motor, port9, right, tmotorVex393_MC29, openLoop)
  3. //*!!Code automatically generated by 'ROBOTC' configuration wizard !!*//
  4.  
  5. task main()
  6. {
  7. while(1==1) {
  8. motor[left]=vexRT[Ch3];
  9. motor[right]=vexRT[Ch1];
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement