香橙派安装wiringOP
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
评论已关闭