#ifndef _UART_CONFIGURATION_ #define _UART_CONFIGURATION_ #include "stdint.h" void uart_init(); void uart_transmit(uint8_t data); #endif