PiPHP\GPIO\Pin\Pin::export PHP Method

export() public method

public export ( )
    public function export()
    {
        $this->writePinNumberToFile($this->getFile(self::GPIO_FILE_EXPORT));
    }