|
Re: Autonomous and joystick problems
As for exact code... for the autonomous driving forward, you first need a timer, exact code not in my mind at the moment, and the rest is easy.
if(timer_overflowed* == 1)
{
pwm01** = ###***
timer_overflowed == 0
}
|