Example #1
0
void timeout2(void *)
{
	sw2.stop();
	LOGT("timeout2: " << sw2.getMillis());
}
Example #2
0
void timeout1(void *)
{
	sw1.stop();
	LOGT("timeout1: " << sw1.getMillis());
}