Generated bindings, swig3.0

This commit is contained in:
Phil Howard
2016-02-28 09:54:53 +00:00
parent d7bdef9def
commit aee4f5de55
4 changed files with 280 additions and 181 deletions

View File

@@ -2,8 +2,7 @@ all: bindings
python setup.py build
bindings:
grep -PhR "(?s)extern [^\"](.*);" WiringPi/ > bindings.i
swig2.0 -python wiringpi.i
swig3.0 -python wiringpi.i
install:
sudo python setup.py install