A tool for simple manipulation of the GPIO pins of the Orange Pi development board. It is intended mainly for the purpose of testing and debugging.
First, you need to install the https://github.com/zhaolei/WiringOP tool:
git clone https://github.com/zhaolei/WiringOP.git -b h3
cd WiringOP
chmod +x ./build
sudo ./build
cd ..
You'll also need Ruby, which you can get from your favorite package manager.
Then just clone this repo and run the main file:
git clone --recursive https://github.com/j-jzk/gpio_shell.git
ruby gpio.rb