Esempio n. 1
0
 public void Stop()
 {
     RgbLed?.TurnOff();
     MotorSpeed  = 0;
     IsOperating = false;
     operationTimer.Stop();
 }