求大神帮忙解释-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 3283|回复: 0

求大神帮忙解释

[复制链接]
发表于 2013-7-17 17:12 | 显示全部楼层 |阅读模式
#include <LiquidCrystal.h>

LiquidCrystal lcd(12, 11, 5, 4, 3, 2);

void setup() {
   lcd.begin(16, 2);
   lcd.print("hello, world!");

}

void loop() {

lcd.setCursor(0, 1);
   lcd.print(millis()/1000);

}
1602LCD的实验中,我看老师发的指导书上的程序有定义接口:
int LCD1602_RS=12;
int LCD1602_RW=12;
int LCD1602_EN=10;
int DB[]={6,7,8,9};
为什么示例中 LiquidCrystal 类库的例程的“Hello,World”示例的程序中没有这样的定义呢?话说,示例的程序是完整的吗?还是只是一部分需要自己再添加啊?希望大神帮忙解释一下,还有帮忙解释红色字体的意思。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|Archiver|手机版|Arduino中文社区

GMT+8, 2024-12-29 07:07 , Processed in 0.072438 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表