- This topic has 1 reply, 2 voices, and was last updated 14 years, 5 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › doubt
ELECTRONIC CODE LOCK WITH USER DEFINED PASSWORD PROJECT in that the code for the project the line ||delay(10); is declared i hav a doubt whether we hav use this line or not.
i hope you aksing for the project
in that you askin for paricularlly this
void lcd_data_string(unsigned char *str) // Function to send data to string
{
int i=0;
while(str!='')
{
lcd_data(str);
i++;
//delay(10);
}
return;
}
no this delay is not used it is assigned as comment…..