Updated

Dependents:   PROJECTTEST

Revision:
0:e400f2ebb772
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LCDdisplay.hpp	Sat Jan 05 15:02:52 2019 +0000
@@ -0,0 +1,15 @@
+#ifndef __LCD_display__
+#define __LCD_display__
+
+#include "mbed.h"
+#include "main.h"
+#include "TextLCD.h"
+#include "sample_hardware.hpp"
+#include <string>
+
+extern void LCD_display(void);
+extern void LCD_text(string text);
+extern void LCD_sdcardmount(string text, float waittime, DigitalOut LED);
+extern void LCD_toutISR(void);
+
+#endif