2019-03-24 15:54发布
程序运行到 while(1);已经卡在这了,再怎么扫描键盘啊
二楼说的是对的!
void main(void){int t;Init_CLK();uint ch[8] = {0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80};Init_Port();t=KeyScan();while(1)
{P5DIR=0XFF;P5OUT=ch[t];}}
或许这样可以的!
最多设置5个标签!
程序运行到 while(1);已经卡在这了,再怎么扫描键盘啊
二楼说的是对的!
void main(void)
{
int t;
Init_CLK();
uint ch[8] = {0x01,0x02,0x04,0x08,0x10,0x20,0x40,0x80};
Init_Port();
t=KeyScan();
while(1)
{
P5DIR=0XFF;
P5OUT=ch[t];
}
}
或许这样可以的!
一周热门 更多>