|
Re: Lag Issue
neat so, baisically ignore the function stuff and do something like in the operator control
If(Joystick_1(that's the desired)>rampspeed(that's the actual? with it starting at 127))
{
rampspeed+=2
SetPWM(1, rampspeed)
}
Something like that?
|