From 4b84e8bab82a90c38eed3e654fd5b349a7e88906 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Tue, 3 Nov 2015 21:39:32 +1100 Subject: [PATCH] Change for Jeep 2000 trigger to work correctly with cam tooth --- speeduino.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speeduino.ino b/speeduino.ino index 63275af2..67301d9e 100644 --- a/speeduino.ino +++ b/speeduino.ino @@ -336,7 +336,7 @@ void setup() if(configPage2.TrigEdge == 0) { attachInterrupt(triggerInterrupt, trigger, RISING); } // Attach the crank trigger wheel interrupt (Hall sensor drags to ground when triggering) else { attachInterrupt(triggerInterrupt, trigger, FALLING); } // Primary trigger connects to - attachInterrupt(triggerInterrupt2, triggerSec_Jeep2000, RISING); + attachInterrupt(triggerInterrupt2, triggerSec_Jeep2000, CHANGE); break; default: