Microcontroller › 8051 › doubt › i hope you aksing for the
January 24, 2011 at 6:21 am
#5358
dagakshay
Participant
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…..