help / Mbed 2 deprecated Info_2_TD

Dependencies:   mbed TextLCD

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers LCD.h Source File

LCD.h

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