From 276856de6c63bbbf3e56cc08dcca00ba10080b7e Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Sun, 7 Sep 2025 17:04:34 +0800 Subject: Door lock with MOSFETs and and without RFM. --- lock/uart.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lock/uart.h (limited to 'lock/uart.h') diff --git a/lock/uart.h b/lock/uart.h deleted file mode 100644 index a88a3c6..0000000 --- a/lock/uart.h +++ /dev/null @@ -1,8 +0,0 @@ -#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 */ -- cgit v1.2.3