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

          新聞中心

          555應(yīng)用

          作者: 時(shí)間:2016-11-17 來(lái)源:網(wǎng)絡(luò) 收藏
          C代碼:

          /*************** writer:shopping.w ******************/
          #include
          #define uint unsigned int
          #define uchar unsigned char

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

          sbit Signal = P1^0;
          sbit BEEP = P3^7;

          void Delay(uint x)
          {
          uchar i;
          while(x--)
          {
          for(i=0;i<120;i++);
          }
          }

          void main()
          {
          while(1)
          {
          if(Signal)
          {
          BEEP=~BEEP;
          Delay(3);
          }
          }
          }

          仿真電路:



          關(guān)鍵詞: 555單片

          評(píng)論


          技術(shù)專(zhuān)區(qū)

          關(guān)閉