Skip to content

Tungsteno74/NPi.GPIO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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