Hello Word for the LG1300L IMU

Dependencies:   LG1300L_IMU TextLCD mbed

Files at this revision

API Documentation at this revision

Comitter:
mjenkins11
Date:
Tue Mar 05 02:13:55 2013 +0000
Parent:
0:41a40e916d34
Child:
2:3244a6d671cc
Child:
3:e57684eb3556
Commit message:
revision 0.2

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Mar 05 01:24:11 2013 +0000
+++ b/main.cpp	Tue Mar 05 02:13:55 2013 +0000
@@ -1,9 +1,6 @@
 #include "mbed.h"
-#include "TextLCD.h"
 #include "LG1300L.h"
 
-TextLCD lcd(p15, p16, p17, p18, p19, p20); // rs, e, d4-d7
-
 Serial pc(USBTX, USBRX); // tx, rx
 
 I2C i2c(p28,p27);