Files

usart.h
void USART_init(void); unsigned char USART_receive(void); void USART_transmit(unsigned char data);
Report a bug