|
Re: Thanks for all your help...and a question
if(p1_sw_trig == 1)
{
pwm13=pwm14=(p1_y/2);
pwm15=pwm16=(p2_y/2);
}
else
{
pwm13=pwm14=(p1_y);
pwm15=pwm16=(p2_y);
}
isnt it as simple as that.
__________________
, Sean
TEAM 867
-electrical
-pneumatics
-programming

2008 Autodesk Visualization Grand Prize Winner
|