Re-add priming pulses

This commit is contained in:
Josh Stewart 2015-09-19 10:24:15 +10:00
parent a63c774210
commit 2d0077f492
1 changed files with 4 additions and 0 deletions

View File

@ -430,6 +430,10 @@ void setup()
channel2InjDegrees = 180;
break;
}
//Perform the priming pulses. Set these to run at an arbitrary time in the future (100us). The prime pulse value is in ms*10, so need to multiple by 100 to get to uS
setFuelSchedule1(openInjector1and4, 100, (unsigned long)(configPage1.primePulse * 100), closeInjector1and4);
setFuelSchedule2(openInjector2and3, 100, (unsigned long)(configPage1.primePulse * 100), closeInjector2and3);
}
void loop()