Jump to content

noxlin

Members
  • Posts

    9
  • Joined

  • Last visited

Reputation Activity

  1. Like
    noxlin got a reaction from cvxx in Orange Pi Zero Plus-WiringPi modified version works   
    I compared two boards (opi zero h3 and opi zero plus  h5) and found that  cpu pins for 26 gpio are the same .
    so I modify the code in wiringPi  about cpu detection to force return true value .
    and it works.
     
    the step:
    1. git clone https://github.com/xpertsavenue/WiringOP-Zero
    2. modify the code in  WiringOP-Zero/wiringPi/wiringPi.c  (or using the  attached file to replace)。
    3. make  && make install
    4.  run "gpio readall "  to test
    5.  run "gpio write 30 1"    (the red-led on, wiringpi pin 30 control red-led status).
     
     
    wiringPi.c
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines