PHP 클래스 PiPHP\GPIO\GPIO

상속: implements PiPHP\GPIO\GPIOInterface
파일 보기 프로젝트 열기: piphp/gpio

공개 메소드들

메소드 설명
__construct ( PiPHP\GPIO\FileSystem\FileSystemInterface $fileSystem = null, callable $streamSelect = null ) Constructor.
createWatcher ( )
getInputPin ( $number )
getOutputPin ( $number )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( PiPHP\GPIO\FileSystem\FileSystemInterface $fileSystem = null, callable $streamSelect = null )
$fileSystem PiPHP\GPIO\FileSystem\FileSystemInterface Optional file system object to use
$streamSelect callable Optional sream select callable

createWatcher() 공개 메소드

public createWatcher ( )

getInputPin() 공개 메소드

public getInputPin ( $number )

getOutputPin() 공개 메소드

public getOutputPin ( $number )