Jump to content

MichalBor

Members
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    MichalBor reacted to martinayotte in OrangePi Zero - GPIO question   
    Why are you using the wiringpi ?
    I'm using the https://github.com/duxingkei33/orangepi_PC_gpio_pyH3 instead, and simple code like :
    from pyA20.gpio import gpio from pyA20.gpio import port gpio.init() gpio.setcfg(port.PA7, gpio.INPUT) print gpio.input(port.PA7)
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines