|
Re: Help with Kevin Watson's 2008 code
Not sure what your setup is, but just open up teleop.c and go to the teleop function. If your speed controller is connected to pwm01, just put this one line of code in:
pwm01 = p1_y;
This assumes that you have a joystick connected to port 1 on the operator inferface.
|