Page 1 of 1

NanoPi Neo GPIO

Posted: Thu Aug 25, 2016 8:42 am
by AntonioJTteixeira
Hello everyone,

I need to access the GPIO of my nanopi neo board and dont know exactly how.
I used to use wiringpi on my raspberries. Any help about this?
Thankyou.

Antonio Teixeira

Re: NanoPi Neo GPIO

Posted: Sat Aug 27, 2016 7:55 pm
by HermannSW
wertyzp has just ported wiringpi library and posted on that:
http://www.friendlyarm.com/Forum/viewtopic.php?f=47&t=260

Re: NanoPi Neo GPIO

Posted: Sun Aug 27, 2017 12:41 pm
by naturious
You can access it through the RPi.GPIO_NP library:
http://wiki.friendlyarm.com/wiki/index. ... ith_Python

Re: NanoPi Neo GPIO

Posted: Sun Aug 27, 2017 8:05 pm
by auto3000
I shall mention both WiringPI and RPi.GPIO_NP on ubuntu releases are partly implemented (see related post in this forum).

For my own use, I need to access to GPIO through python, you can find a "working" (as far i know) python library for GPIO there https://github.com/auto3000/RPi.GPIO_NP.