예제 #1
0
void FizzySmartMotor::right() {
    turnClockWise(90);
}
예제 #2
0
void turnToNextDirection(){
    turnClockWise();
}
예제 #3
0
void FizzySmartMotor::left() {
    turnClockWise(-90);
}