From 624576f5fa5e839469dd4454ff698b11342a39b8 Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Tue, 30 Apr 2019 12:29:06 -0400 Subject: Made things work --- lcd.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 lcd.h (limited to 'lcd.h') diff --git a/lcd.h b/lcd.h new file mode 100755 index 0000000..134652d --- /dev/null +++ b/lcd.h @@ -0,0 +1,6 @@ + +void lcdInit(void); + +void lcdClear(void); +void lcdPuts(const char *s); + -- cgit v1.2.3