PiPHP\GPIO\Pin\Pin::unexport PHP Метод

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

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