commit | 9894a40c836456a9bcc6086bff86bf762e66e878 | [log] [tgz] |
---|---|---|
author | Philip Howard <phil@gadgetoid.com> | Sat Feb 27 17:33:08 2016 +0000 |
committer | Philip Howard <phil@gadgetoid.com> | Sat Feb 27 17:33:08 2016 +0000 |
tree | 18cea6f7051b38f528f337c94eeabed7a20ff9de | |
parent | 4552e6c797e4a3b699ee766fcf91074bf8c458d0 [diff] [blame] |
Update constants.py
diff --git a/constants.py b/constants.py index 808160c..75ce015 100644 --- a/constants.py +++ b/constants.py
@@ -1,3 +1,4 @@ +%pythoncode %{ # wiringPi modes WPI_MODE_PINS = 0; @@ -37,3 +38,4 @@ INT_EDGE_FALLING = 1; INT_EDGE_RISING = 2; INT_EDGE_BOTH = 3; +%}