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 05:08:31 2013 +0000
Parent:
1:99171a0e8301
Commit message:
Final

Changed in this revision

LG1300L.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/LG1300L.lib	Tue Mar 05 02:13:55 2013 +0000
+++ b/LG1300L.lib	Tue Mar 05 05:08:31 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mjenkins11/code/LG1300L_IMU/#c40e8dead9be
+http://mbed.org/users/mjenkins11/code/LG1300L_IMU/#9bac32f6c9a0
--- a/main.cpp	Tue Mar 05 02:13:55 2013 +0000
+++ b/main.cpp	Tue Mar 05 05:08:31 2013 +0000
@@ -1,6 +1,9 @@
 #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);