From 883d2d590c308729b1c016a6f8f3cd6a45d66266 Mon Sep 17 00:00:00 2001 From: Christian Madsen Date: Sat, 23 Dec 2023 14:46:51 +0100 Subject: [PATCH] init commit.. all files empty --- lcd_hd44780.c | 0 lcd_hd44780.h | 4 ++++ 2 files changed, 4 insertions(+) create mode 100644 lcd_hd44780.c create mode 100644 lcd_hd44780.h diff --git a/lcd_hd44780.c b/lcd_hd44780.c new file mode 100644 index 0000000..e69de29 diff --git a/lcd_hd44780.h b/lcd_hd44780.h new file mode 100644 index 0000000..1a87b7d --- /dev/null +++ b/lcd_hd44780.h @@ -0,0 +1,4 @@ +#ifndef LCD_HD44780_H_ +#define LCD_HD44780_H_ + +#endif /*LCD_HD44780_H_*/