#ifndef UART_H #define UART_H /** * Initialises the UART logic. */ void initUart(); #endif /* UART_H */