Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
--- 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
--- 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"); }
--- 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