summaryrefslogtreecommitdiff
path: root/src/uart.h
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2022-09-09 18:33:15 -0500
committerBrett Weiland <brett_weiland@bpcspace.com>2022-09-09 18:33:15 -0500
commit7b006d6f2032ac46074d693ae59a971bee327ace (patch)
tree60963598d99001e0850e34d6271db8bd65e04fa4 /src/uart.h
init
Diffstat (limited to 'src/uart.h')
-rw-r--r--src/uart.h3
1 files changed, 3 insertions, 0 deletions
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();