Joel Manuel Fernandez Cuyubamba / Mbed 2 deprecated Partie3

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD.h Source File

LCD.h

00001 // LCD.h file 
00002 #ifndef LCD_H 
00003 #define LCD_H 
00004 #include "mbed.h" 
00005 void display_to_LCD(char value); //fonction d'affichage des carac.  
00006 void toggle_enable(void); //fonction d'inversion dubit enable 
00007 void LCD_init(void); // fonction d'initialisation du LCD 
00008 #endif  
00009