Example #1
0
 /// <summary>
 /// Sets the wrist pulse width
 /// </summary>
 /// <param name="pulse_width">Pulse width in µs</param>
 public void setWrist_PW(short pulse_width)
 {
     WristServo.setPulseWidth(pulse_width);
 }