Functions related to printing to the LCD

Dependents:   Year3_Version7_ET

Revision:
0:063d075c40cb
Child:
2:dd699b3c02bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lcd_functions.hpp	Fri Nov 23 20:08:25 2018 +0000
@@ -0,0 +1,12 @@
+#ifndef __lcd_functions__
+#define __lcd_functions__
+
+#include "TextLCD.h"
+extern char lcdBuffer[32];
+extern DigitalOut myled;
+extern Mutex date_mutex;
+extern time_t currentTime;
+
+extern void displayOnLcd();
+
+#endif
\ No newline at end of file