??? 06/21/09 18:32 Read: times |
#166314 - At least one error Responding to: ???'s previous message |
Hi Yathish,
There is at least one error. Look at the Delay routine, you type y as unsigned char but compare to 1200. I think type char cannot be 1200. You could use: void delay ( unsigned char time ) { unsigned char x; unsigned int y; for ( x = 0; x < time; x++ ) for ( y = 0; y < 1200; y++ ); } Cheers, Bert |
Topic | Author | Date |
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 |