PHP 클래스 PiPHP\GPIO\Pin\OutputPin

상속: extends Pin, implements PiPHP\GPIO\Pin\OutputPinInterface
파일 보기 프로젝트 열기: piphp/gpio

공개 메소드들

메소드 설명
__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 )