Please add a public SSH key to your
profile to be able to clone the repository via the SSH protocol.
Pre-render was disabled for this project as it contains too many files. Please click on the files to view them.
usart.h
void USART_init(void);
unsigned char USART_receive(void);
void USART_transmit(unsigned char data);