NPi.GPIO

A module to control NanoPi GPIO channels


Keywords
NanoPi, GPIO, gpio-library, nanopi-neo, nanopi-neo2
License
MIT
Install
pip install NPi.GPIO==0.5.8.6

Documentation

Introduction

This is a RPi.GPIO.NP fork, with some fixes and installable from PyPI (NPi.GPIO package). As the project from which it is derived, it is based on the original RPi.GPIO (same for the API).

It work with Python2.x and Python 3.x

APT

Common requirements

sudo apt update
sudo apt install python-dev 

PyPI

Installation

sudo pip install NPi.GPIO

GIT

Download

git clone https://github.com/Tungsteno74/NPi.GPIO

Installation

cd NPi.GPIO               
sudo python setup.py install