??? 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?? |
Topic | Author | Date |
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 |