multitasking in mikro c for pic

General discussion on mikroC.
Post Reply
Author
Message
ugurvar
Posts: 6
Joined: 23 Sep 2011 07:45

multitasking in mikro c for pic

#1 Post by ugurvar » 01 Oct 2011 12:13

hi!
i want to design a led circuit.
but,it is with problem...

RB0=1;
RB1=0;
these are flasher...(as flip flop)OK!!!
but
RB2=1;
and delay_ms(1000);
later
RB2=0;
but later all of them are waiting about 1 s...
i cant do multitasking!!!

Post Reply

Return to “mikroC General”