Microcontroller › PIC › Led number display › Hi Dear, actually problem is
May 19, 2013 at 7:08 pm
#9795
Participant
Hi Dear,
actually problem is that
when i write a code like that
led1=1;
if(led1==1)
{
display message
}
but problem is compiler is not reading the if and its ignore this statement , even this is a true statement
and goes to else