分类 硬件资料 下的文章

wiringOP安装

git clone https://github.com/orangepi-xunlong/wiringOP.git -b next
cd wiringOP/
./build clean
./build

wiringOP-Python安装

git clone --recursive https://github.com/orangepi-xunlong/wiringOP-Python -b next
cd wiringOP-Python/
git submodule update --init --remote
python3 generate-bindings.py > bindings.i
python3 setup.py install