Example #1
0
 public void Hazards()
 {
     RightBlinker.TurnOn();
     LeftBlinker.TurnOn();
 }
Example #2
0
 public void IndicateLeft()
 {
     RightBlinker.TurnOff();
     LeftBlinker.TurnOn();
 }