PiPHP\GPIO\GPIOInterface::getOutputPin PHP Method

getOutputPin() public method

Get an output pin.
public getOutputPin ( integer $number ) : PiPHP\GPIO\Pin\OutputPinInterface
$number integer The pin number
return PiPHP\GPIO\Pin\OutputPinInterface
    public function getOutputPin($number);