aboutsummaryrefslogtreecommitdiffstats
path: root/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'uart.h')
-rwxr-xr-xuart.h4
1 files changed, 4 insertions, 0 deletions
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