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

Back to Subject List

Thread Closed: Another thread already exists on this topic

???
02/16/05 16:39
Read: times


 
#87685 - Try
Responding to: ???'s previous message
void LCD_puts(const unsigned char *str)
{
while (str != 0)) // While character in the string is not null …
{
LCD_putc(char1); // send char
str++;
{
}

beginners DO NOT try to do fancy C make it work first.

look at your comment: // While next character in the string is not null that means do not print the last char, No??


List of 3 messages in thread
TopicAuthorDate
New to MicroC            01/01/70 00:00      
   Why do you start a new thread            01/01/70 00:00      
   Try            01/01/70 00:00      

Back to Subject List