Renamed from wiringpi2 to wiringpi

This commit is contained in:
Phil Howard
2016-03-09 11:49:38 +00:00
parent 2a1be1fcce
commit 77ce6cd9eb
5 changed files with 14 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
%module wiringpi2
%module wiringpi
%{
#if PY_MAJOR_VERSION >= 3
@@ -283,4 +283,4 @@ static void wiringPiISRWrapper(int pin, int mode, PyObject *PyFunc);
%include "bindings.i"
%include "constants.py"
%include "wiringpi2-class.py"
%include "wiringpi-class.py"