PHP Interface PiPHP\GPIO\Pin\InputPinInterface

Inheritance: extends PiPHP\GPIO\Pin\PinInterface
Afficher le fichier Open project: piphp/gpio Interface Usage Examples

Méthodes publiques

Méthode Description
getEdge ( ) : string Get the pin edge.
setEdge ( string $edge ) Set the pin edge.

Method Details

getEdge() public méthode

Get the pin edge.
public getEdge ( ) : string
Résultat string The pin edge value

setEdge() public méthode

Set the pin edge.
public setEdge ( string $edge )
$edge string The pin edge value to set