Tungsteno74 / NPi.GPIO

RPi.GPIO for nanopi (NPi.GPIO)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

RPi.GPIO for nanopi (NPi.GPIO)

License:GNU General Public License v2.0


Languages

Language:C 87.1%Language:Python 10.4%Language:C++ 2.4%Language:Shell 0.1%