int count = 5000
while(true)
{
LED = onoff//先烂拦点亮
count = 5000
while(count) //空跑CPU,前历皮为了占用时间,留出反转时间
onoff = !onoff //LED反慧差转
}
用两个定时器分别对两个LED灯闪烁,KEY1和KEY2要设置为外部中断输入,当进入中断时KEY1_DANG或KEY2_DANG指向下一个档位,并且发谈乎蔽送串口。给你提供点思路。void main()
{
while(1)
{
if(key1_dang==0x01)
中断定时1设置为0.2秒
if(key1_dang==0x02)
中断定时1设置为0.4秒
if(key1_dang==0x03)
中断定时1设置为0.6秒
if(key1_dang==0x04)
中断定含州时1设置为0.8秒
if(key1_dang==0x05)
中断定时1设置为1.0秒
if(key2_dang==0x01)
中断定时2设置为0.2秒
if(key2_dang==0x02)
中断定时2设置为0.4秒
if(key2_dang==0x03)
中断定时2设置为0.6秒
if(key2_dang==0x04)
中断定时2设置为0.8秒
if(key2_dang==0x05)
中断定时顷友2设置为1.0秒
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)