From 7b006d6f2032ac46074d693ae59a971bee327ace Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Fri, 9 Sep 2022 18:33:15 -0500 Subject: init --- src/uart.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/uart.h (limited to 'src/uart.h') diff --git a/src/uart.h b/src/uart.h new file mode 100644 index 0000000..b5f043a --- /dev/null +++ b/src/uart.h @@ -0,0 +1,3 @@ +void uart_init(); +void uart_sendbyte(uint8_t byte); +uint8_t uart_recvbyte(); -- cgit v1.2.3