Ejemplo n.º 1
0
 public void defrost()
 {
     notification.startNotification();
     power.microwavePower = 1000;
     drive.turnRight();
     drive.turnRight();
     power.microwavePower = 500;
     drive.stop();
     drive.turnLeft();
     drive.turnLeft();
     power.microwavePower = 200;
     drive.stop();
     drive.turnRight();
     drive.turnRight();
     drive.stop();
     power.microwavePower = 0;
     notification.stopNotification();
 }