예제 #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();
}