From e6bffe23c87a9f6de8abdec747600f674b9cab62 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 27 Jul 2019 22:16:27 -0500 Subject: Copy project files into repo --- uart.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 uart.h (limited to 'uart.h') diff --git a/uart.h b/uart.h new file mode 100755 index 0000000..800971c --- /dev/null +++ b/uart.h @@ -0,0 +1,4 @@ +void Initialize_UART(void); +void UART_send_char(char); +char UART_get_char(); +void UART_send_string(char *); \ No newline at end of file -- cgit v1.2.3-54-g00ecf