Beispiel #1
0
 /// <summary>
 /// Resets any errors the MCU encounters. This could be for either of the motors.
 /// </summary>
 public override void ResetMCUErrors()
 {
     driver.ResetMCUErrors();
 }