setChannel method

DigitalOutput setChannel(
  1. int channel
)

Implementation

DigitalOutput setChannel(int channel) {
  _channel = channel;
  return this;
}