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

          新聞中心

          74HC595擴展IO口

          作者: 時間:2016-11-23 來源:網(wǎng)絡(luò) 收藏
          //當單片機的IO口不夠用時,可以用一般的數(shù)字集成電路74LS(HC)595擴展IO口用。

          //下面是51單片機74HC595c51驅(qū)動

          本文引用地址:http://www.ex-cimer.com/article/201611/320302.htm

          #include
          #include


          #define uchar unsigned char
          #define uint unsigned int

          code uchar shu[]={1,2,4,8,16,32,64,128};

          sbit ssj=P2^0;//數(shù)據(jù)線
          sbit ssz=P2^1;//同步時鐘
          //sbit sss=P2^2;

          void delay()
          {
          uint i,j;
          for(i=0;i<400;i++)
          for(j=0;j<200;j++);
          }

          void fasong( uchar sj )
          {
          uchar i;
          ssz=0;
          ssj=0;
          // sss=0;
          _nop_();
          ssz=1;
          ssj=1;
          // sss=1;
          for(i=0;i<9;i++)
          {
          ssz=0;//時鐘拉低
          // sss=0;
          _nop_();
          _nop_();
          if((sj&0x80)==0x80)
          {
          ssj=1;
          }
          else
          { ssj=0;}

          ssz=1;//時鐘抬高
          // sss=1;
          sj=sj<<1;//數(shù)據(jù)左移一位

          }
          }

          void main(void)
          {
          uchar i;
          while(1)
          {
          for(i=0;i<8;i++)
          {
          fasong(shu[i]);
          delay();
          }
          }
          }



          關(guān)鍵詞: 74HC595擴展IO口單片

          評論


          技術(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); })();