PiPHP\GPIO\Pin\InputPin::getEdge PHP Method

getEdge() public method

public getEdge ( )
    public function getEdge()
    {
        $edgeFile = $this->getPinFile(self::GPIO_PIN_FILE_EDGE);
        return $this->fileSystem->getContents($edgeFile);
    }