
void LCD_puts(const unsigned char *str)
{
   while (str != 0)) // While character in the string is not null …
   {
      LCD_putc(char1); // send char
      str++;
   {
}
