外設capsense的簡單呼叫

2022-04-28 14:17:48 字數 1121 閱讀 4574

1.熟悉外設capsense的簡單使用,使用到了兩個button,乙個5元素的slide,

cypress提供演算法供呼叫檢測外設capsense。

2.jtag程式設計將micro-usb連線在板子的j1口上

3.結果如圖所示

5.示例**

1 #include 23/*

define constants for capsense button and slider */4

#define on (1)

5#define off (0)

6#define no_finger (0xff)78

void

main()946

else

4750

51/*

display button 1 status on lcd

*/52 lcd_position(1,5

);53

if( statusbutton1 ==on )

5457

else

5861

6263 lcd_position(1,10

);64

65if(sliderposition ==no_finger)

6669

70/*

finger detected on the slider

*/71

else

7283}84

}85} 86}

8788

/* end of file

*/

反射簡單呼叫

1 class program 2 構造函式呼叫有參建構函式 16object obj constructor.invoke new object 17 methodinfo method1 type.getmethod sayname 得到無參公有方法 18 methodinfo method2 ...

對函式的簡單呼叫

1.實現乙個函式,列印乘法口訣表,口訣表的行數和列數自己指定,輸入9,輸出9 9口訣表,輸出12,輸出12 12的乘法口訣表。define crt secure no warnings 1 include int main int a 0 scanf d a void table int x tab...

簡單呼叫元件4

1 啟動元件得到乙個介面指標 inte ce 後,不要呼叫addref 因為系統知道你得到了乙個指標,所以它已 經幫你呼叫了addref 函式 2 通過queryinte ce 得到另乙個介面指標後,不要呼叫addref 因為.和上面的道理一樣 3 當你把介面指標賦值給 儲存到 另乙個變數中的時候,...