Update constants.py

This commit is contained in:
Philip Howard
2016-02-27 17:33:08 +00:00
parent 4552e6c797
commit 9894a40c83

View File

@@ -1,3 +1,4 @@
%pythoncode %{
# wiringPi modes
WPI_MODE_PINS = 0;
@@ -37,3 +38,4 @@ INT_EDGE_SETUP = 0;
INT_EDGE_FALLING = 1;
INT_EDGE_RISING = 2;
INT_EDGE_BOTH = 3;
%}