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

          新聞中心

          EEPW首頁 > 物聯(lián)網(wǎng)與傳感器 > 設計應用 > 電容觸摸傳感的理論框架

          電容觸摸傳感的理論框架

          ——
          作者:Thomas Perme 微芯科技公司 應用工程師 時間:2009-07-20 來源:電子產(chǎn)品世界 收藏

          if (INDEX == 3) {
           // 如果掃描結束,則執(zhí)行以下操作

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

          if (PctArray[0] > PCT_ON) {
           // (受影響程度最高的百分比是否大于PCT_ON值?.. 是)
            
           // 按鈕被按下
           switch(IndxArray[0]) {
            case 0: Buttons.BTN0 = 1; // 設置按鍵的標志
              Buttons.BTN1 = 0;    
              Buttons.BTN2 = 0;    
              Buttons.BTN3 = 0;    
              break;       
            case 1: Buttons.BTN0 = 0;
              Buttons.BTN1 = 1;
              Buttons.BTN2 = 0;
              Buttons.BTN3 = 0;
              break;      
            case 2: Buttons.BTN0 = 0;
              Buttons.BTN1 = 0;
              Buttons.BTN2 = 1;
              Buttons.BTN3 = 0;
              break;      
            case 3: Buttons.BTN0 = 0;
              Buttons.BTN1 = 0;
              Buttons.BTN2 = 0;
              Buttons.BTN3 = 1;
              break;      
            default: break;
           }
            
          } else if (PctArray[0] < PCT_OFF) {
           // 受影響程度最高的按鈕是否高于開路時的程度?
           // .. 釋放所有按鈕。
           Buttons.BTN0 = 0; 
           Buttons.BTN1 = 0;
           Buttons.BTN2 = 0;
           Buttons.BTN3 = 0;
          }

          } // 結束:if (INDEX == 3){ , 僅限于完整的掃描 



          評論


          相關推薦

          技術專區(qū)

          關閉