|
Re: HS-322D servo programming question
Well pwm05 is set to 127 in the initialization part of the code (default). Then in my Default_routine() I have the following:
pwm05=0;
for(i=0;i<10000;i++); // quick and dirty delay
pwm05=254;
for(i=0;i<10000;i++); // quick and dirty delay
|