EMS_Final_5/11/13 (HVM here)

Dependencies:   mbed TextLCD

Fork of 4_LCD_With_Lib by Harish Mekali

Revision:
0:15a70393058f
Child:
1:71e371ba55cd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Oct 04 18:28:36 2013 +0000
@@ -0,0 +1,11 @@
+
+#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");
+}
\ No newline at end of file