Add constants from wiringShift.h (closes #64)

This commit is contained in:
Mark Liffiton
2018-04-27 15:24:00 -05:00
committed by Yang Deokgyu
parent 1d6da20ab5
commit 5c46b3c9fa

View File

@@ -38,4 +38,10 @@ INT_EDGE_SETUP = 0;
INT_EDGE_FALLING = 1;
INT_EDGE_RISING = 2;
INT_EDGE_BOTH = 3;
# Shifting (from wiringShift.h)
LSBFIRST = 0;
MSBFIRST = 1;
%}