示例#1
0
 private void DC1StopButton_Click(object sender, RoutedEventArgs e)
 {
     dcMotorDriver.Stop(L298NMotorSelection.All);
 }