Change for Jeep 2000 trigger to work correctly with cam tooth

This commit is contained in:
Josh Stewart 2015-11-03 21:39:32 +11:00
parent d992eb405a
commit 4b84e8bab8
1 changed files with 1 additions and 1 deletions

View File

@ -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: