Skip to content

j-jzk/gpio_shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPIO shell

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.

Installation

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

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages