EMS_Final_5/11/13 (HVM here)

Dependencies:   mbed TextLCD

Fork of 4_LCD_With_Lib by Harish Mekali

main.cpp

Committer:
HarishMekali
Date:
2013-10-04
Revision:
0:15a70393058f
Child:
1:71e371ba55cd

File content as of revision 0:15a70393058f:


#include "mbed.h"
#include "TextLCD.h"

TextLCD lcd(p25,p26, p21, p22, p23, p24); // rs, e, d4, d5, d6, d7

int main() 
{
      lcd.cls();
      lcd.printf("Hello BMS");
}