Ejemplo n.º 1
0
 private void ActionTwo()
 {
     RightWheel.Stop();
     LeftWheel.Stop();
     MoveBack();
     _actionNotification?.Invoke();
 }
Ejemplo n.º 2
0
 private void ActionThree()
 {
     RightWheel.Stop();
     LeftWheel.Stop();
     MoveForward();
     _actionNotification?.Invoke();
 }
Ejemplo n.º 3
0
 public void MoveLeft()
 {
     RightWheel.Stop();
     LeftWheel.MoveForward();
 }