<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設(shè)計(jì)應(yīng)用 > 8個(gè)花樣流水燈c程序

          8個(gè)花樣流水燈c程序

          作者: 時(shí)間:2016-11-29 來源:網(wǎng)絡(luò) 收藏
          #include
          #define uchar unsigned char#define uint unsigned intvoid delay(uint t)//延時(shí)函數(shù){uint x,y;for(x=t;x>0;x--)for(y=110;y>0;y--);}void main()//主函數(shù){uchar temp,i;while(1){temp=0x01; //8盞燈單個(gè)亮向左移for(i=0;i<8;i++){P2=~temp;delay(50);temp<<=1;}temp=0x80;for(i=0;i<8;i++)//8盞燈單個(gè)亮反向右移{P2=~temp;delay(50);temp>>=1;}temp=0xfe;     for(i=0;i<8;i++)//8盞燈逐個(gè)向右亮{P2=temp;delay(50);temp<<=1;}temp=0xfe;  for(i=0;i<8;i++)//8盞燈逐個(gè)滅向右{P2=~temp;delay(50);temp<<=1;}temp=0x7f;  for(i=0;i<8;i++)//8盞燈逐個(gè)亮向左{P2=temp;delay(50);temp>>=1;}temp=0x7f;  for(i=0;i<8;i++)//8盞燈逐個(gè)滅向右{P2=~temp;delay(50);temp>>=1;}delay(100);P2=0x55;//隔一個(gè)亮delay(100);P2=0xaa;//隔一個(gè)亮delay(100);P2=0x00;//全亮delay(100);P2=0xff;//全滅}}


          關(guān)鍵詞: 花樣流水燈c程

          評論


          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();