diff options
Diffstat (limited to 'uart.h')
-rwxr-xr-x | uart.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |