Functions related to printing to the LCD

Dependents:   Year3_Version7_ET

Revision:
2:dd699b3c02bd
Parent:
1:de2f80988f12
--- a/lcd_functions.cpp	Fri Dec 07 15:26:28 2018 +0000
+++ b/lcd_functions.cpp	Thu Jan 03 13:46:31 2019 +0000
@@ -2,8 +2,8 @@
 #include "lcd_functions.hpp"
 #include "serial_functions.hpp"
 
-
-void displayOnLcd() {
+//NEEDS TO BE MOVED AS HAS NOTHING TODO WITH LCD
+void UpdateTime() {
     date_mutex.lock();
     
     myled = !myled;