Microcontroller › 8051 › can i have a program in keil software › while( length ){ lcd_write(
May 17, 2013 at 9:29 am
#9773
siddhartha
Participant
while( length )
{
lcd_write( (value / div) + 48 );
value = value % div;
length–;
div /= 10;
}
this code will make the vales into ascii