|
Hi friend, i am so sorry there is no support for you. Does the problem you have is on the board of OrangePi2 or OrangePi pc2? If it is Pi 2, then you could refer to H3, if it is PC2 then you could refer to H5:
H3 WiringPi GPIO:
git clone https://github.com/kazukioishi/WiringOP.git -b h3
H5(PC2) WiringPi GPIO:
git clone https://github.com/kazukioishi/WiringOP.git -b h5
For A64, it still on the stage of transplant, if you want to use GPIO, you could try the following:
1.cd /sys/class/gpio
2.echo 36 > export(Hypothetical use PB4,PB4=32+4=36)
3.cd gpio36
4.echo out > direction
5.echo 1 > value
Hope could help you solve your problem!
|
|