欢迎来到天天文库
浏览记录
ID:61485779
大小:2.16 MB
页数:7页
时间:2021-02-05
《dsp交通灯实验程序及图片.docx》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、“交通灯”程序:#include"F2812_DataType.h"#include"F2812_Reg.h"#include"F2812_Init.h"charSEG7[]={0x77,0x14,0x0b3,0x0b6,0x0d4,0x0e6,0x0e7,0x34,0x0f7,0x0f6};charlight[]={0x66,0x99,0x00,0xff};intn,i,m,k=0;intdp,s,g;voidTest_Jiaotong(void);voidmain(void){Init_F2812()
2、;P_ext[0x2000]=SEG7[0];P_ext[0x2001]=SEG7[0];P_ext[0x2002]=SEG7[0];P_ext[0x2003]=SEG7[0];P_ext[0x2004]=SEG7[0];P_ext[0x2005]=SEG7[0];Test_Jiaotong();}voidprocess(void){dp=n;s=dp/10;g=dp%10;//returns,g;}Uint16Delay_cnt;voidDelay(unsignedintnDelay){inti,j;f
3、or(i=0;i4、0;i--){n--;Disp_Sleep(100);process();P_ext[0x2006]=SEG7[s];P_ext[0x2007]=SEG7[g];}for(i=0;i<10;i++){P_ext[0x3000]=light[2];Delay(65535);Delay(65535);Delay(65535);Delay(65535);P_ext[0x3000]=light[3];Delay(65535);Delay(65535);Delay(65535);Delay(65535);Delay5、(65535);}P_ext[0x3000]=light[1];n=20;process();P_ext[0x2006]=SEG7[s];P_ext[0x2007]=SEG7[g];for(i=20;i!=0;i--){n--;Disp_Sleep(100);process();P_ext[0x2006]=SEG7[s];P_ext[0x2007]=SEG7[g];}for(i=0;i<10;i++){P_ext[0x3000]=light[2];Delay(65535);Delay(65535);Del6、ay(65535);Delay(65535);P_ext[0x3000]=light[3];Delay(65535);Delay(65535);Delay(65535);Delay(65535);Delay(65535);}}}
4、0;i--){n--;Disp_Sleep(100);process();P_ext[0x2006]=SEG7[s];P_ext[0x2007]=SEG7[g];}for(i=0;i<10;i++){P_ext[0x3000]=light[2];Delay(65535);Delay(65535);Delay(65535);Delay(65535);P_ext[0x3000]=light[3];Delay(65535);Delay(65535);Delay(65535);Delay(65535);Delay
5、(65535);}P_ext[0x3000]=light[1];n=20;process();P_ext[0x2006]=SEG7[s];P_ext[0x2007]=SEG7[g];for(i=20;i!=0;i--){n--;Disp_Sleep(100);process();P_ext[0x2006]=SEG7[s];P_ext[0x2007]=SEG7[g];}for(i=0;i<10;i++){P_ext[0x3000]=light[2];Delay(65535);Delay(65535);Del
6、ay(65535);Delay(65535);P_ext[0x3000]=light[3];Delay(65535);Delay(65535);Delay(65535);Delay(65535);Delay(65535);}}}
此文档下载收益归作者所有