PHP 인터페이스 PiPHP\GPIO\Pin\InputPinInterface

상속: extends PiPHP\GPIO\Pin\PinInterface
파일 보기 프로젝트 열기: piphp/gpio 0 사용 예제들

공개 메소드들

메소드 설명
getEdge ( ) : string Get the pin edge.
setEdge ( string $edge ) Set the pin edge.

메소드 상세

getEdge() 공개 메소드

Get the pin edge.
public getEdge ( ) : string
리턴 string The pin edge value

setEdge() 공개 메소드

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