Ejemplo n.º 1
0
void RobotDemo::stopSpinnersRight(){
	spinnerR1->Disable();
	spinnerR2->Disable();
}
Ejemplo n.º 2
0
void RobotDemo::stopSpinnersLeft(){
	spinnerL1->Disable();
	spinnerL2->Disable();
}