Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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