MEM / Mbed 2 deprecated ES_4_P1

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD.h Source File

LCD.h

00001 #ifndef LCD_H
00002 #define LCD_H
00003 #include "mbed.h"
00004 void toggle_enable(void);
00005 void LCD_init(void);
00006 void display_to_LCD(char value);
00007 void set_location(char location);
00008 #endif