新聞中心

電容觸摸傳感的理論框架

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

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

本文引用地址:http://m.butianyuan.cn/article/96399.htm

if (PctArray[0] > PCT_ON) {
 // (受影響程度最高的百分比是否大于PCT_ON值?.. 是)
  
 // 按鈕被按下
 switch(IndxArray[0]) {
  case 0: Buttons.BTN0 = 1; // 設(shè)置按鍵的標(biāo)志
    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;
}

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



評論


相關(guān)推薦

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

關(guān)閉