Пример #1
0
void RobotDemo::stopSpinnersRight(){
	spinnerR1->Disable();
	spinnerR2->Disable();
}
Пример #2
0
void RobotDemo::stopSpinnersLeft(){
	spinnerL1->Disable();
	spinnerL2->Disable();
}