Updated to latest WiringPi

This commit is contained in:
Phil Howard
2014-07-18 11:48:01 +00:00
parent f388d58fbd
commit 2204176408
37 changed files with 5291 additions and 2573 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
all: bindings
python setup.py build
bindings:
swig2.0 -python wiringpi.i
install:
sudo python setup.py install