Skip to content

xksoft/RPi.GPIO.NP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RPi.GPIO_NP README

This is a modified version RPi.GPIO for NanoPi NEO/NEO2. We call it RPi.GPIO_NP. It is based on the original RPi.GPIO. The RPi.GPIO_NP API usage are the same to the original RPi.GPIO. You can donwload the RPi.GPIO_NP from: https://github.com/friendlyarm/RPi.GPIO_NP

Download

   git clone https://github.com/chainsx/RPi.GPIO.NP

Installation

sudo apt-get update
sudo apt-get install python-dev
cd /RPi.GPIO_NP
python setup.py install                 
sudo python setup.py install

Please be attention that you need use both python and sudo python to make the RPi.GPIO_NP work well.

Releases

No releases published

Packages

No packages published

Languages

  • C 89.8%
  • Python 7.4%
  • C++ 2.7%
  • Shell 0.1%