facuclop facuclop / TextLCD

Dependents:   02_serial_cheto_facuclop

Fork of TextLCD by Eduvance vanmat

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 
00004 #include "mbed.h"
00005 void toggle_enable(void);
00006 void LCD_init(void);
00007 void display_to_LCD (char value);
00008 #endif
00009 
00010