#include <reg51.h>
#define uchar unsigned char
#define uint unsigned int
sbit a=P2^3;//h1
sbit b=P2^2;//h2
sbit c=P2^1;//d1
sbit d=P2^0;//d2
void delaya()
{
unsigned char i;
for(i=0;i<0x14;i++)
{
TH1=0x3c;
TL1=0xb0;
TR1=1;
while(!TF1);
TF1=0;
}
}
void main()
{
while(1)
{ x=1;
m=3;
if(x==1)
{
P1=0x01;
delaya();
if(c==0)
{
m=m-1;
}
if(b==0&&m==2)
{
m=m-1;
}
if(b==1&&m==1)
{
P1=0xf0;
}
}
}
}
P1一直是0x10 他变不成0xf0哪里写错了呢????
友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
一周热门 更多>