全文预览

51单片机综合实验交通灯设计报告

上传者:qnrdwb |  格式:doc  |  页数:12 |  大小:127KB

文档介绍
id)Р?{Р char h,l;Р h=Time_EW/10;Р l=Time_EW%10;Р P0=table[l];Р EW_LED2=1;Р Delay(200);Р EW_LED2=0;Р P0=table[h];Р EW_LED1=1;Р Delay(200);Р EW_LED1=0;Р h=Time_SN/10;Р l=Time_SN%10;Р P0=table[l];Р SN_LED2=1;Р Delay(200);Р SN_LED2=0;Р P0=table[h];Р SN_LED1=1;Р Delay(200);Р SN_LED1=0;Р Р}Р/**********************T0中断服务程序*******************/Р?void timer0(void)interrupt 1 using 1Р{Р?static uchar count;Р?TH0=(65536-50000)/256;Р?TL0=(65536-50000)%256;Р?count++;Р?Р?if(count==10)Р?{Р if(Flag_SN_Yellow==1) //南北黄灯标志位Р {SN_Yellow=~SN_Yellow;}Р if(Flag_EW_Yellow==1) //东西黄灯标志位Р {EW_Yellow=~EW_Yellow;} Р?}Р?if(count==20)Р?{Р?Time_EW--;Р?Time_SN--;Р?if(Flag_SN_Yellow==1)//南北黄灯标志位Р?{?Time_SN=Time_EW;Р {Р SN_Yellow=~SN_Yellow;}Р }Р?if(Flag_EW_Yellow==1)//东西黄灯标志位Р?{?Time_EW=Time_SN;Р {Р EW_Yellow=~EW_Yellow;Р}

收藏

分享

举报
下载此文档