TextLCD library for controlling various LCD panels based on the HD44780 4-bit interface
Dependents: 04LCD_Hello_Word gestionenergie
Fork of TextLCD by
Diff: LCD.h
- Revision:
- 9:befde34054fb
- Parent:
- 8:308d188a2d3a
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LCD.h Tue May 27 07:22:43 2014 +0000 @@ -0,0 +1,10 @@ +#ifndef LCD_H +#define LCD_H + +#include "mbed.h" +void toggle_enable(void); +void LCD_init(void); +void display_to_LCD (char value); +#endif + +