diff options
Diffstat (limited to 'src/uart.h')
-rw-r--r-- | src/uart.h | 3 |
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(); |