|
Re: Adding a motor to code
If you wire the motors to pwm03 on the rc, you should be able to get the motor working with the (y) input of a joystick on port 3.
In user_routines.c, in Default_Routine(), you can see what pwm output is mapped to which input port. You can change these there too.
Hope that helped.
|