Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Thread Closed: Thread will re-open when original poster replies

???
06/21/09 18:28
Read: times


 
#166312 - At least one error
Responding to: ???'s previous message
Hi Yathish,

In this code:

void delay ( unsigned char time ) {
unsigned char x, y;

for ( x = 0; x <= time; x++ )
for ( y = 0; y < 1200; y++ );
return;
}

I think you really meant to say

void delay ( unsigned char time )
{
unsigned char x;
, y;

for ( x = 0; x <= time; x++ )
for ( y = 0; y < 1200; y++ );

}

List of 17 messages in thread
TopicAuthorDate
Plz help me any one..            01/01/70 00:00      
   Start describing your hw and what you have tested            01/01/70 00:00      
      Thank you..            01/01/70 00:00      
   Re-Initialize Inside Loop            01/01/70 00:00      
      LCD problem            01/01/70 00:00      
   How to debug            01/01/70 00:00      
      LCD problem            01/01/70 00:00      
    A few tips            01/01/70 00:00      
      Thank you..            01/01/70 00:00      
   At least one error            01/01/70 00:00      
      Thank you..            01/01/70 00:00      
   At least one error            01/01/70 00:00      
   Amazing...            01/01/70 00:00      
      Unfortunately not Amazing            01/01/70 00:00      
         Thank you            01/01/70 00:00      
   DISPLAYING MESG IN LCD, INTERFACE 2 89s52            01/01/70 00:00      
   No replies            01/01/70 00:00      

Back to Subject List