summaryrefslogtreecommitdiffstats
path: root/lock/uart.h
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-04-07 12:50:46 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-04-07 13:03:44 +0800
commit2a5eaad1bcac0f0ff61bd82b6427932cb4d03872 (patch)
treeccf47e934cf154603a7f7f6319ddebe440124570 /lock/uart.h
parent77c3f8741ff2a8876a3107a68d42397034e6f08a (diff)
downloadsmart-home-2a5eaad1bcac0f0ff61bd82b6427932cb4d03872.tar.gz
Copy working NRFM code.
Diffstat (limited to 'lock/uart.h')
-rw-r--r--lock/uart.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lock/uart.h b/lock/uart.h
new file mode 100644
index 0000000..a88a3c6
--- /dev/null
+++ b/lock/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 */