Functions related to printing to the LCD

Dependents:   Year3_Version7_ET

lcd_functions.hpp

Committer:
erolleyparnell
Date:
2018-11-23
Revision:
0:063d075c40cb
Child:
2:dd699b3c02bd

File content as of revision 0:063d075c40cb:

#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