PiPHP\GPIO\Pin\Pin::unexport PHP Method

unexport() public method

public unexport ( )
    public function unexport()
    {
        $this->writePinNumberToFile($this->getFile(self::GPIO_FILE_UNEXPORT));
    }