欧美极品高清xxxxhd,国产日产欧美最新,无码AV国产东京热AV无码,国产精品人与动性XXX,国产传媒亚洲综合一区二区,四库影院永久国产精品,毛片免费免费高清视频,福利所导航夜趣136
標題:
做的模擬路口,第一個6秒倒計時的時候(t=3),4秒到3秒中間不是間隔1S
[打印本頁]
作者:
123yt
時間:
2018-11-27 18:38
標題:
做的模擬路口,第一個6秒倒計時的時候(t=3),4秒到3秒中間不是間隔1S
while(1)
{
Seg_Disp();
if(time_Count==200)
{
time_Count=0;
time--;
if(t==3)
{
P1=0x66;
P2=0x55;
if(time==0)
{
time=4;
t=2;
}
}
if(t==2)
{
P1=0x99;
P2=0x59;
if(time==0)
{
time=6;
t=1;
}
}
if(t==1)
{
P1=0x55;
P2=0x66;
if(time==0)
{
time=4;
t=0;
}
}
if(t==0)
{
P1=0x59;
P2=0x99;
if(time==0)
{
time=6;
t=3;
}
}
}
}
}
歡迎光臨 (http://m.raoushi.com/bbs/)
Powered by Discuz! X3.1