progress #363
This commit is contained in:
parent
66630c3c9c
commit
30638c9ef4
|
@ -206,3 +206,14 @@ void setHondaAccordConfiguration1_24_shifted(DECLARE_ENGINE_PARAMETER_F) {
|
|||
engineConfiguration->globalTriggerAngleOffset = 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
void setHondaCivic4_0_both(DECLARE_ENGINE_PARAMETER_F) {
|
||||
setHondaAccordConfiguration1_24_shifted(PASS_ENGINE_PARAMETER_F);
|
||||
|
||||
engineConfiguration->useOnlyRisingEdgeForTrigger = false;
|
||||
engineConfiguration->trigger.customTotalToothCount = 4;
|
||||
engineConfiguration->trigger.customSkippedToothCount = 0;
|
||||
|
||||
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL;
|
||||
}
|
||||
|
|
|
@ -15,5 +15,7 @@ void setHondaAccordConfigurationThreeWires(DECLARE_ENGINE_PARAMETER_F);
|
|||
void setHondaAccordConfigurationDip(DECLARE_ENGINE_PARAMETER_F);
|
||||
void setHondaAccordConfiguration1_24(DECLARE_ENGINE_PARAMETER_F);
|
||||
void setHondaAccordConfiguration1_24_shifted(DECLARE_ENGINE_PARAMETER_F);
|
||||
void setHondaCivic4_0_both(DECLARE_ENGINE_PARAMETER_F);
|
||||
void setHondaCivic4_0_rise(DECLARE_ENGINE_PARAMETER_F);
|
||||
|
||||
#endif /* HONDA_ACCORD_H_ */
|
||||
|
|
Loading…
Reference in New Issue