CONNECTION CONNECT RX AND TX TO TX AND RX OF OTHER DEVICE
//This define the system frequency
#define F_CPU 16000000UL
//Including the required files
#include <avr/io.h>
#include <util/delay.h>
//This define the system frequency
#define F_CPU 16000000UL
//Including the required files
#include <avr/io.h>
#include <util/delay.h>