OrangePi: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
== Using GPIO w/ Orange PI == | == Using GPIO w/ Orange PI == | ||
GPIO can be modified from the command line using WiringOP: | |||
<pre> | |||
git clone https://github.com/zhaolei/WiringOP.git -b h3 | |||
cd WiringOP | |||
chmod +x ./build | |||
sudo ./build | |||
</pre> | |||
Install PIP | Install PIP |
Revision as of 04:07, 13 April 2018
Using GPIO w/ Orange PI
GPIO can be modified from the command line using WiringOP:
git clone https://github.com/zhaolei/WiringOP.git -b h3 cd WiringOP chmod +x ./build sudo ./build
Install PIP
sudo apt-get install python3-pip
Follow the instructions at https://opi-gpio.readthedocs.io/en/latest/