LCDモジュール ACM1602NI(I2C接続) を制御するライブラリ
Dependents: scan2 BoxController
Revision 12:b5829a58bbaf, committed 2016-12-19
- Comitter:
- orivant
- Date:
- Mon Dec 19 05:36:47 2016 +0000
- Parent:
- 11:e0849411adfa
- Commit message:
- ?????????
Changed in this revision
LcdAcm1602ni.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r e0849411adfa -r b5829a58bbaf LcdAcm1602ni.h --- a/LcdAcm1602ni.h Fri Dec 16 07:48:22 2016 +0000 +++ b/LcdAcm1602ni.h Mon Dec 19 05:36:47 2016 +0000 @@ -18,7 +18,7 @@ * wait_ms(15); //!< LCDの安定まで15ms以上待つ必要がある * lcd.initialize(); * -* lcd.puts("Hallow World!"); +* lcd.puts("Hellow World!"); * * while(1) { * }