Honda K cam wheels #3405

This commit is contained in:
Andrey 2021-10-30 21:08:01 -04:00
parent 4894eabe84
commit 61777564d4
1 changed files with 3 additions and 3 deletions

View File

@ -282,8 +282,8 @@ void configureHondaK_4_1(TriggerWaveform *s) {
s->setTriggerSynchronizationGap3(/*gapIndex*/0, 1.11, 2.38);
s->setTriggerSynchronizationGap3(/*gapIndex*/1, 0.28, 0.474);
int start = 100;
int end = 150;
int start = 111;
int end = 141;
s->addEventAngle(start + 180 * 0, T_PRIMARY, TV_RISE);
s->addEventAngle(end + 180 * 0, T_PRIMARY, TV_FALL);
@ -296,7 +296,7 @@ void configureHondaK_4_1(TriggerWaveform *s) {
s->addEventAngle(start + 180 * 3, T_PRIMARY, TV_RISE);
s->addEventAngle(end + 180 * 3, T_PRIMARY, TV_FALL);
s->addEventAngle(709, T_PRIMARY, TV_RISE);
s->addEventAngle(706, T_PRIMARY, TV_RISE);
s->addEventAngle(720, T_PRIMARY, TV_FALL);
}