Joel Manuel Fernandez Cuyubamba / Mbed 2 deprecated Partie3

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers exercice4.cpp Source File

exercice4.cpp

00001 /*#include "LCD.h" 
00002 int main() { 
00003   LCD_init(); 
00004   display_to_LCD(0x48); // ‘H’ 
00005   display_to_LCD(0x45); // ‘E’ 
00006   display_to_LCD(0x4C); // ‘L’ 
00007   display_to_LCD(0x4C); // ‘L’ 
00008   display_to_LCD(0x4F); // ‘O’ 
00009            }
00010 */