[En-Nut-Discussion] ethernut--pwm

Raul Valle rvl180 at hotmail.com
Thu Aug 3 23:15:52 CEST 2006


hi to all:
can someone give me an idea on how to make a servo function on ethernut1.3 .
The one i did i dont know exactly why is not working . here is the code:
pos++;
       sbi(PORTE,2);         
       for(i=0;i<pos;i++){
        NutSleep(.02);
       }
   
       cbi(PORTE,2);
       for(b=0;i<(1500-pos);b++){    
        NutSleep(.02);


More information about the En-Nut-Discussion mailing list