Honda K cam wheels #3405
This commit is contained in:
parent
21be14a023
commit
cc0a93080f
|
@ -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);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue