/* * CProgram1.c * * Created: 30-Dec-13 5:27:42 PM * Author: Sunil */ #include "GY26.h" void USART_Init (void) { //unsigned int ubrr=95; //UBRR0H = (unsigned char)(ubrr>>8); //UBRR0L = (unsigned char)ubrr; //UBRR0 = 95; //95=14745600 Put the remaining part of the baud number here UBRR0=95; //Enable the receiver and transmitter UCSR0B = (1 <