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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/16/05 16:42
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#87686 - 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 18 messages in thread
TopicAuthorDate
Bipom Voltage Meter            01/01/70 00:00      
   So, whats wrong            01/01/70 00:00      
   it would be nice            01/01/70 00:00      
   and ...            01/01/70 00:00      
      deja vu!            01/01/70 00:00      
         all over again            01/01/70 00:00      
   No other ideas ?            01/01/70 00:00      
      nasty            01/01/70 00:00      
         True.            01/01/70 00:00      
   LAck of knowledge            01/01/70 00:00      
      try this            01/01/70 00:00      
      Programming ?            01/01/70 00:00      
         arrays            01/01/70 00:00      
            truth, nothing but and the WHOLE truth            01/01/70 00:00      
            ?            01/01/70 00:00      
      Questions            01/01/70 00:00      
   try            01/01/70 00:00      
   split it            01/01/70 00:00      

Back to Subject List