#include #include #include // Globala variablar const int forward = 38; const int backward = 40; const int left = 37; const int right = 39; const int for_left = 41; const int for_right = 42; const int back_left = 43; const int back_right = 44; const int stop = 0; void initialize(void) { // intialize the ports DDRA = 0x3F // pins 0-5 on port A set to outputs BAUD = 0x35; UCSRB = 1<< TXEN; // enable receiver UCSRC = (1<