Demo Program

Dependencies:   LG1300L_IMU TextLCD mbed

Fork of LG1300L_Hello_World by Michael Jenkins

Revision:
1:99171a0e8301
Parent:
0:41a40e916d34
Child:
3:76f54137da35
--- 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);