Don't ad-block us - support your favorite websites. We have safe, unobstrusive, robotics related ads that you actually want to see - see here for more.
0 Members and 1 Guest are viewing this topic.
void control(void) { while(1) { for(i=0;i<40;i++) { servo1(1); servo2(2); delay_ms(20); } for(i=0;i<40;i++) { servo1(2); servo2(1); delay_ms(20); } } }
void test(void) { for(i=0;i<40;i++) { servo1(1); servo2(2); delay_ms(20); } for(i=0;i<40;i++) { servo1(2); servo2(1); delay_ms(20); } }
Started by dan1els0n Electronics
Started by Pyro Electronics
Started by oltion28 Electronics
Started by madmax_707 Software