PHP Класс PiPHP\GPIO\GPIO

Наследование: implements PiPHP\GPIO\GPIOInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )