mirror of
git://soft.sys114.com/WiringPi2-Python
synced 2026-02-04 16:00:35 +09:00
Add constants from wiringShift.h (closes #64)
This commit is contained in:
committed by
Yang Deokgyu
parent
1d6da20ab5
commit
5c46b3c9fa
@@ -38,4 +38,10 @@ INT_EDGE_SETUP = 0;
|
|||||||
INT_EDGE_FALLING = 1;
|
INT_EDGE_FALLING = 1;
|
||||||
INT_EDGE_RISING = 2;
|
INT_EDGE_RISING = 2;
|
||||||
INT_EDGE_BOTH = 3;
|
INT_EDGE_BOTH = 3;
|
||||||
|
|
||||||
|
# Shifting (from wiringShift.h)
|
||||||
|
|
||||||
|
LSBFIRST = 0;
|
||||||
|
MSBFIRST = 1;
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|||||||
Reference in New Issue
Block a user