papanda panda / pInterval

Homepage

pInterval timer1(100);

int main() { while (1) { if (timer1.check()) { 実行したい処理 } wait(0.1); } }


All wikipages