|
I had trouble with that git project you linked for use with the OP PC+
I found that this repo was functional for my hardware:
git clone https://github.com/WereCatf/WiringOP.git -b h3
Here is a tutorial on how to use GPIO (for example with armbian) not requiring the WiringOP:
https://sites.google.com/site/semilleroadt/raspberry-pi-tutorials/gpio
You should use the OP pinout instead of the RPI provided at the link above.
An H3 Pinout is available Here:
http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=975&highlight=GPIO
Using the information linked above I am able to use both methods to control the GPIO.
Hope this helps! |
|