servoDetach method

void servoDetach(
  1. int pin
)

Implementation

void servoDetach(int pin) {
  _sendCmd(servoDetachCmd, pin);
}