wire_disconnect method

void wire_disconnect(
  1. int port_
)

Implementation

void wire_disconnect(int port_) {
  return _wire_disconnect(port_);
}