aboutsummaryrefslogtreecommitdiffstats
path: root/uart.h
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2019-07-27 22:16:27 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2019-07-27 22:16:27 -0500
commite6bffe23c87a9f6de8abdec747600f674b9cab62 (patch)
tree1da4dc68a918f969f3354f1d70c2aa58b588fabd /uart.h
parent1dd364ccc6fb4447d89cbc965655b895def8e97b (diff)
Copy project files into repo
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