
TD
LCD.h
- Committer:
- jomfec
- Date:
- 2016-05-02
- Revision:
- 0:61dd4bb6eebc
File content as of revision 0:61dd4bb6eebc:
// LCD.h file #ifndef LCD_H #define LCD_H #include "mbed.h" void display_to_LCD(char value); //fonction d'affichage des carac. void toggle_enable(void); //fonction d'inversion dubit enable void LCD_init(void); // fonction d'initialisation du LCD #endif