Updated

Dependents:   PROJECTTEST

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCDdisplay.hpp Source File

LCDdisplay.hpp

00001 #ifndef __LCD_display__
00002 #define __LCD_display__
00003 
00004 #include "mbed.h"
00005 #include "main.h"
00006 #include "TextLCD.h"
00007 #include "sample_hardware.hpp"
00008 #include <string>
00009 
00010 extern void LCD_display(void);
00011 extern void LCD_text(string text);
00012 extern void LCD_sdcardmount(string text, float waittime, DigitalOut LED);
00013 extern void LCD_toutISR(void);
00014 
00015 #endif