PHP Класс PiPHP\GPIO\Pin\OutputPin

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

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

Метод Описание
__construct ( PiPHP\GPIO\FileSystem\FileSystemInterface $fileSystem, integer $number ) Constructor.
setValue ( $value )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( PiPHP\GPIO\FileSystem\FileSystemInterface $fileSystem, integer $number )
$fileSystem PiPHP\GPIO\FileSystem\FileSystemInterface An object that provides file system access
$number integer The number of the pin

setValue() публичный Метод

public setValue ( $value )