LCD with lib

Dependencies:   TextLCD mbed

Fork of mX_LCD by Ashwin Athani

main.cpp

Committer:
HarishMekali
Date:
2013-02-18
Revision:
1:6175fafa4474
Parent:
0:fdcca458129b

File content as of revision 1:6175fafa4474:

 #include "mbed.h"
 #include "TextLCD.h"
 
 TextLCD lcd(p19, p20, p21, p22, p23, p24); // rs, e, d0-d3
 
 int main() {
   lcd.printf("Hello World!\n");                                                                                                                                                                                                                                                                                        
 }