您的位置 首页 观点

电调方波凹凸比5ms;10ms

includevoidDelay(unsignedinta);voidmain(){while(1){P2=0x11;Delay(80);P2=0x22;Delay(80);P2=0x0c;De

#include
void Delay(unsigned int a);
void main()
{
while(1)
{

P2=0x11;
Delay(80);
P2=0x22;
Delay(80);
P2=0x0c;
Delay(80); //其方波比为凹凸比为5ms;10ms
}
}
void Delay(unsigned int a)//0~65535
{
unsigned char b;
for(;a>0;a–)
{
for(b=110;b>0;b–);
}
}

声明:本文内容来自网络转载或用户投稿,文章版权归原作者和原出处所有。文中观点,不代表本站立场。若有侵权请联系本站删除(kf@86ic.com)https://www.86ic.net/news/guandian/259346.html

为您推荐

联系我们

联系我们

在线咨询: QQ交谈

邮箱: kf@86ic.com

关注微信
微信扫一扫关注我们

微信扫一扫关注我们

返回顶部