亮灯 程序 不知道什么地方错了 大家帮忙看看 谢谢-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

12
返回列表 发新帖
楼主: lty365

[已解决] 亮灯 程序 不知道什么地方错了 大家帮忙看看 谢谢

[复制链接]
 楼主| 发表于 2014-5-19 13:12 | 显示全部楼层
frame66 发表于 2014-5-19 10:31
unsigned char abc;
void setup() {
  Serial.begin(9600);

unsigned char abc;
int abc;
有什么区别??
发表于 2014-5-19 13:27 | 显示全部楼层
lty365 发表于 2014-5-19 13:12
unsigned char abc;
int abc;
有什么区别??

char  是8位的数据
int 是16为的数据
串行通讯是以字节为单位的   所以用char型的数据
 楼主| 发表于 2014-5-19 13:43 | 显示全部楼层
frame66 发表于 2014-5-19 13:27
char  是8位的数据
int 是16为的数据
串行通讯是以字节为单位的   所以用char型的数据 ...

谢谢
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2024-12-5 03:35 , Processed in 0.072025 second(s), 11 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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