Functions related to printing to the LCD

Dependents:   Year3_Version7_ET

lcd_functions.hpp

Committer:
emilytrembeth
Date:
2019-01-03
Revision:
2:dd699b3c02bd
Parent:
0:063d075c40cb

File content as of revision 2:dd699b3c02bd:

#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 UpdateTime();

#endif