哪位大哥能帮我看下 下面这程序是怎么运行的?-Arduino中文社区 - Powered by Discuz!

Arduino中文社区

 找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 4056|回复: 1

[已解决] 哪位大哥能帮我看下 下面这程序是怎么运行的?

[复制链接]
发表于 2013-2-4 07:50 | 显示全部楼层 |阅读模式
功能是用AM发射莫斯码  然后用收音机能听到。
void setup(){
DDRD=B00000100; //Set pin 2 to an
}
void loop(){
for(unsigned int x=0;x<500;x++)
{
for (unsigned int y=0; y<800;y++){
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=4;
}
delay(1);
}
delay(1000);
for(unsigned int z=0;z<200;z++){
  for (unsigned int k=0; k<800;k++){
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=4;
}
delay(2);
}
delay(1000);
for(unsigned int f=0;f<200;f++){
  for (unsigned int r=0; r<800;r++){
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=0;
PORTD=4;
}
delay(1);
}
delay(1000);
}

发表于 2013-2-4 16:08 | 显示全部楼层
通过拉高拉低IO口来发送信号,每个PORTD=0,会占用一定的时钟周期,相当于delay某个时间
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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

GMT+8, 2025-1-1 21:36 , Processed in 0.071278 second(s), 16 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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