
10-11-2009, 12:34
|
|
Registered User
no team
|
|
Join Date: Oct 2009
Rookie Year: 2004
Location: St. Louis, MO
Posts: 52
|
|
|
Re: [FTC]: Robot C
Quote:
Originally Posted by John_1102
#include "joystickdriver.c"
task main ()
{
while(true){
getJoystickSettings(joystick);
motor[motorD] = joystick.joy1_y1;
motor[motorE] = joystick.joy1_y2;
}
}
|
Don't forget to loop! 
|