Updated to latest wiringPi, fixed bug with repeated arugment in setup.py

This commit is contained in:
Phil Howard
2015-02-09 14:52:32 +00:00
parent 9295e710f9
commit 851145679e
28 changed files with 783 additions and 362 deletions

3
setup.py Normal file → Executable file
View File

@@ -41,8 +41,7 @@ _wiringpi2 = Extension(
'WiringPi/wiringPi/wiringSerial.c',
'WiringPi/wiringPi/wiringShift.c',
'wiringpi_wrap.c'
],
include_dirs=["WiringPi/wiringPi"],
]
)
setup(