cc
Embed:
(wiki syntax)
Show/hide line numbers
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 */
Generated on Wed Jul 13 2022 07:32:21 by
1.7.2