diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-29 17:21:31 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2025-04-29 17:21:31 +0800 |
| commit | 0398894a39406ead5921df64892e3a1c82cc25b7 (patch) | |
| tree | 58425972a8ed8c72b268c41ce75a23b4e8e1648f /sleep/uart.h | |
| parent | a9ce750c420813b1e7dab5eb4e0340d107a34b20 (diff) | |
| download | smart-home-0398894a39406ead5921df64892e3a1c82cc25b7.tar.gz | |
Sleep test.
Diffstat (limited to 'sleep/uart.h')
| -rw-r--r-- | sleep/uart.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sleep/uart.h b/sleep/uart.h new file mode 100644 index 0000000..a88a3c6 --- /dev/null +++ b/sleep/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 */ |
