jkePOLISAS / Mbed 2 deprecated lcd

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 // Hello World! for the TextLCD
00002 #include "mbed.h"
00003 #include "TextLCD.h"
00004 
00005 TextLCD lcd ( p26, p25, p24, p23, p22, p21) ; // rs, e, d4 d5, d6, d7
00006 
00007 int main( ) {
00008 lcd.printf ("Hello World!\n") ;
00009 }