//***************************************************************************** // // File Name : 'lcd_lib.c' // Title : 4 bit LCd interface // Author : Scienceprog.com - Copyright (C) 2007 // Created : 2007-06-18 // Revised : 2007-06-18 // Version : 1.0 // Target MCU : Atmel AVR series // // This code is distributed under the GNU Public License // which can be found at http://www.gnu.org/licenses/gpl.txt // //***************************************************************************** #include "lcd_lib.h" #include #include #include #include void LCDsendChar(uint8_t ch) //Sends Char to LCD { LDP=(ch&0b11110000); LCP|=1<