EasyManua.ls Logo

ORANGE Pi 3B - Page 190

ORANGE Pi 3B
366 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
182
wiringOP is currently mainly adapted to the functions of setting GPIO port
input and output, setting GPIO port output high and low levels, and setting up and
down pull-down resistors. Functions such as hardware PWM are not available.
1) Download the code of wiringOP
orangepi@orangepi:~$ sudo apt update
orangepi@orangepi:~$ sudo apt install -y git
orangepi@orangepi:~$ git clone https://github.com/orangepi-xunlong/wiringOP.git -b next
Note that Orange Pi 3B needs to download the code of the wiringOP next branch, please
don't miss the parameter of -b next怂
If there is a problem with the download code from GitHub, you can use the
wiringOP source code that comes with the Linux image directly, and the storage
location is:/usr/src/wiringOP
2) Compile and install wiringOP
orangepi@orangepi:~$ cd wiringOP
orangepi@orangepi:~/wiringOP$ sudo ./build clean

Table of Contents