wiringOP-Python
wiringOP-Python copied to clipboard
在zero3上安装, git clone --recursive https://github.com/orangepi-xunlong/wiringOP-Python -b next cd wiringOP-Python git submodule update --init --remote cd wiringOP-Python python3 generate-bindings.py > bindings.i sudo python3 setup.py install 提示安装成功 在import wiringpi 出错,提示No module named...
 gpio: Unable to open GPIO edge interface for pin 1: Permission denied wiringPiISR: unable to open /sys/class/gpio/gpio121/value: No such file or directory
Hi, I have an issue I want to use a python script to setup three pins for interrupt input but seem to fail already in the beginning. Also just out...
OrangePi Zero 3 2G RAM Model Linux orangepizero3 5.4.125 #1.0.0 SMP Fri Jun 30 11:59:12 CST 2023 aarch64 GNU/Linux Step install wiringOP-Python with python3.9.2 git clone --recursive https://github.com/orangepi-xunlong/wiringOP-Python -b next...
Orange Pi 3 LTS, Linux orangepi3-lts 5.16.17-sun50iw6 #3.0.8 When running callback.py from the examples I get the following output: gpio: Unable to open GPIO edge interface for pin 111: Permission...
Any document?
我买的是zero3 1G版本,没有安装界面。 想在Windows 10 系统下编写代码到香橙派中运行,这个库应该怎么在Windows下安装呢?后期是否有计划出在Windows平台下编写代码的工具呢?
`sudo python3 setup.py install` returns ```running install /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build...
Hi, I know this board is not supported yet, but when I try to compile/install it, I have a strange error message without informations: make python3 generate-bindings.py > bindings.i python3...
Oops: Unable to determine board revision from /proc/cpuinfo -> No "Hardware" line -> You'd best google the error to find out why. When I am trying to using it, if...