TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface

Dependents:   04LCD_Hello_Word gestionenergie

Fork of TextLCD by Simon Ford

LCD.h

Committer:
Eduvance
Date:
2014-05-27
Revision:
9:befde34054fb
Parent:
TextLCD.h@ 8:308d188a2d3a

File content as of revision 9:befde34054fb:

#ifndef LCD_H
#define LCD_H

#include "mbed.h"
void toggle_enable(void);
void LCD_init(void);
void display_to_LCD (char value);
#endif