From 9894a40c836456a9bcc6086bff86bf762e66e878 Mon Sep 17 00:00:00 2001 From: Philip Howard Date: Sat, 27 Feb 2016 17:33:08 +0000 Subject: [PATCH] Update constants.py --- constants.py | 2 ++ 1 file changed, 2 insertions(+) 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_SETUP = 0; INT_EDGE_FALLING = 1; INT_EDGE_RISING = 2; INT_EDGE_BOTH = 3; +%}