mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 16:40:37 +09:00
Update constants.py
This commit is contained in:
@@ -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;
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user