mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-11 10:10:25 +09:00
Update constants.i
This commit is contained in:
@@ -36,4 +36,4 @@
|
|||||||
%constant int INT_EDGE_SETUP = 0;
|
%constant int INT_EDGE_SETUP = 0;
|
||||||
%constant int INT_EDGE_FALLING = 1;
|
%constant int INT_EDGE_FALLING = 1;
|
||||||
%constant int INT_EDGE_RISING = 2;
|
%constant int INT_EDGE_RISING = 2;
|
||||||
%constant int INT_EDGE_BOTH = 3
|
%constant int INT_EDGE_BOTH = 3;
|
||||||
|
|||||||
Reference in New Issue
Block a user