色婷婷AⅤ一区二区三区|亚洲精品第一国产综合亚AV|久久精品官方网视频|日本28视频香蕉

          新聞中心

          EEPW首頁 > 嵌入式系統(tǒng) > 設計應用 > 51單片機超聲波測距C程序

          51單片機超聲波測距C程序

          作者: 時間:2016-11-27 來源:網(wǎng)絡 收藏

          本文引用地址:http://cafeforensic.com/article/201611/322451.htm

          超聲波檢測原理

          超聲波測距的程序流程圖



          程序如下:

          //超聲波模塊程序
          //超聲波模塊程序
          //Trig= P2^0
          //Echo= P3^2
          #include
          #define uchar unsigned char
          #define uintunsigned int
          //
          void delay(uint z)
          {
          uint x,y;
          for(x=z;x>0;x--)
          for(y=110;y>0;y--);
          }
          //
          void delay_20us()
          {
          uchar a ;
          for(a=0;a<100;a++);
          }


          上一頁 1 2 下一頁

          評論


          技術專區(qū)

          關閉