diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-09-07 17:04:34 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-09-07 17:04:34 +0800 |
| commit | 276856de6c63bbbf3e56cc08dcca00ba10080b7e (patch) | |
| tree | c68484bc312cc3a8abcea4fa9f4948a6f1f65cc6 /door_lock_rfm/uart.h | |
| parent | f4b0b734a595919cf451ab9448b06274c8e609a4 (diff) | |
| download | smart-home-276856de6c63bbbf3e56cc08dcca00ba10080b7e.tar.gz | |
Diffstat (limited to 'door_lock_rfm/uart.h')
| -rw-r--r-- | door_lock_rfm/uart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/door_lock_rfm/uart.h b/door_lock_rfm/uart.h new file mode 100644 index 0000000..a88a3c6 --- /dev/null +++ b/door_lock_rfm/uart.h @@ -0,0 +1,8 @@ +#ifndef UART_H +#define UART_H + +void uart_init(void); +void uart_write(const char *s); +void uart_write_line(const char *s); + +#endif /* UART_H */ |
