コード例 #1
0
ファイル: touchpad.c プロジェクト: nbzwt/WP34S-4NS
void readFullTP()//进行延时后再读取TP状态
{
#ifdef TOUCHPAD_SUPPORT
        wait(TOUCHPAD_DELAY); // lets the time to compute velocity
        readTP();
#endif
}
コード例 #2
0
ファイル: touchpad.c プロジェクト: tangrs/Ndless
void readFullTP()
{
	wait(TOUCHPAD_DELAY); // lets the time to compute velocity
	readTP();
}