summaryrefslogtreecommitdiff
path: root/src/uart.h
blob: b5f043aa9b2372f8b254170872f5b1c2fb434b50 (plain)
1
2
3
void uart_init();
void uart_sendbyte(uint8_t byte);
uint8_t uart_recvbyte();