A demo program for ACM1602NI (I2C Tex LCD Library)

Dependencies:   ACM1602NI mbed

Files at this revision

API Documentation at this revision

Comitter:
takuo
Date:
Tue Jan 14 02:19:51 2014 +0000
Parent:
0:f2ff5dc2a1f7
Child:
2:f32887f3ffbe
Commit message:
Changed to use the new constructor of ACM1602NI

Changed in this revision

ACM1602NI.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
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/ACM1602NI.lib	Sat Dec 14 14:47:07 2013 +0000
+++ b/ACM1602NI.lib	Tue Jan 14 02:19:51 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/takuo/code/ACM1602NI/#33a8ca14e0e0
+http://mbed.org/users/takuo/code/ACM1602NI/#55b648ec5216
--- a/main.cpp	Sat Dec 14 14:47:07 2013 +0000
+++ b/main.cpp	Tue Jan 14 02:19:51 2014 +0000
@@ -2,8 +2,7 @@
 #include "ACM1602NI.h"
 
 // p9: sda, p10: scl
-I2C i2c(p9, p10);
-ACM1602NI lcd(i2c);
+ACM1602NI lcd(p9, p10);
 
 int main()
 {
--- a/mbed.bld	Sat Dec 14 14:47:07 2013 +0000
+++ b/mbed.bld	Tue Jan 14 02:19:51 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/1efda918f0ba
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/dc225afb6914
\ No newline at end of file