Beginners: please read this post and this post before posting to the forum.
0 Members and 1 Guest are viewing this topic.
while(1){PORTD.0=1;delay_us(1500);PORTD.0=0;delay_ms(20);}