Updated

Dependents:   PROJECTTEST

LCDdisplay.hpp

Committer:
Swabey89
Date:
2019-01-05
Revision:
0:e400f2ebb772

File content as of revision 0:e400f2ebb772:

#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