Takuo WATANABE
/
ACM1602NI_Demo
A demo program for ACM1602NI (I2C Tex LCD Library)
Revision 3:31883759a07d, committed 2014-02-15
- Comitter:
- takuo
- Date:
- Sat Feb 15 13:53:08 2014 +0000
- Parent:
- 2:f32887f3ffbe
- Commit message:
- Now the code is the same as one in the document of ACM1602NI library
Changed in this revision
diff -r f32887f3ffbe -r 31883759a07d ACM1602NI.lib --- a/ACM1602NI.lib Sat Jan 18 02:28:12 2014 +0000 +++ b/ACM1602NI.lib Sat Feb 15 13:53:08 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/takuo/code/ACM1602NI/#728c03b52b79 +http://mbed.org/users/takuo/code/ACM1602NI/#661827681a12
diff -r f32887f3ffbe -r 31883759a07d main.cpp --- a/main.cpp Sat Jan 18 02:28:12 2014 +0000 +++ b/main.cpp Sat Feb 15 13:53:08 2014 +0000 @@ -4,8 +4,6 @@ */ #include "mbed.h" - -// I2C Text LCD: http://mbed.org/users/takuo/code/ACM1602NI/ #include "ACM1602NI.h" // I2C pins: p9 = sda, p10 = scl @@ -15,8 +13,7 @@ // I2C i2c(p9, p10); // ACM1602NI lcd(i2c); -int main() -{ +int main() { lcd.printf("Hello, World!\n"); lcd.printf("ACM1602NI\n"); }
diff -r f32887f3ffbe -r 31883759a07d mbed.bld --- a/mbed.bld Sat Jan 18 02:28:12 2014 +0000 +++ b/mbed.bld Sat Feb 15 13:53:08 2014 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/824293ae5e43 \ No newline at end of file +http://mbed.org/users/mbed_official/code/mbed/builds/869cf507173a \ No newline at end of file