LCDモジュール ACM1602NI(I2C接続) を制御するライブラリ

Dependents:   scan2 BoxController

Files at this revision

API Documentation at this revision

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
--- 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) {
 *       }