PHP Interface PiPHP\GPIO\Pin\PinInterface

Show file Open project: piphp/gpio

Public Methods

Method Description
export ( ) Export the pin.
getNumber ( ) : integer Get the pin number.
getValue ( ) : integer Get the pin value.
unexport ( ) Unexport the pin.

Method Details

export() public method

Export the pin.
public export ( )

getNumber() public method

Get the pin number.
public getNumber ( ) : integer
return integer

getValue() public method

Get the pin value.
public getValue ( ) : integer
return integer

unexport() public method

Unexport the pin.
public unexport ( )