#ifndef UNITTEST_TRANSPORT_H #define UNITTEST_TRANSPORT_H #include #include #include "uart.h" void unittest_uart_begin() { // Set Baudrate according to datasheet (16MHz -> 9600 Baud -> 103) UBRR0 = 103; UCSR0B |= (1<