From 2a5eaad1bcac0f0ff61bd82b6427932cb4d03872 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Mon, 7 Apr 2025 12:50:46 +0800 Subject: Copy working NRFM code. --- nrf24l01/uart.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 nrf24l01/uart.h (limited to 'nrf24l01/uart.h') diff --git a/nrf24l01/uart.h b/nrf24l01/uart.h deleted file mode 100644 index 81db74b..0000000 --- a/nrf24l01/uart.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef UART_H -#define UART_H - -void uart_init(void); -void uart_write(char c); -void uart_write_line(const char *s); - -#endif /* UART_H */ -- cgit v1.2.3