WiringOP Installation

WiringPi Library Installation Guide

WiringPi is a GPIO library developed for platforms like Raspberry Pi, Orange Pi and similar platforms. This library allows you to control the GPIO pins of the Orange Pi easily and effectively. Soft PLC also uses the WiringPi library for the usage of GPIOs. Therefore, WiringPi needs to be installed for Soft PLC to work on Orange Pi.

Installing WiringPi (WiringOP)

To install WiringPi on Orange Pi, execute the following commands in the terminal. (Installation steps may vary for other platforms.)

1. Install Git:

bash

sudo apt install git

2. Clone WiringOPi:

bash

sudo git clone https://github.com/orangepi-xunlong/WiringOP

3. Navigate to the WiringPi Directory:

bash

cd WiringOP

4. Permission to the Build File

bash

sudo chmod +x ./build

5. Build WiringPi:

bash

sudo ./build

For more information about WiringPi, you can visit the here.