VVT_INACTIVE
This commit is contained in:
parent
d3785b543e
commit
da4c7e1a2a
|
@ -82,6 +82,7 @@ TEST(sensors, testCamInput) {
|
||||||
// changing to 'ONE TOOTH' trigger on CRANK with CAM/VVT
|
// changing to 'ONE TOOTH' trigger on CRANK with CAM/VVT
|
||||||
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
setOperationMode(engineConfiguration, FOUR_STROKE_CRANK_SENSOR);
|
||||||
engineConfiguration->useOnlyRisingEdgeForTrigger = true;
|
engineConfiguration->useOnlyRisingEdgeForTrigger = true;
|
||||||
|
engineConfiguration->vvtMode = VVT_FIRST_HALF;
|
||||||
eth.setTriggerType(TT_ONE PASS_ENGINE_PARAMETER_SUFFIX);
|
eth.setTriggerType(TT_ONE PASS_ENGINE_PARAMETER_SUFFIX);
|
||||||
engineConfiguration->camInputs[0] = GPIOA_10; // we just need to indicate that we have CAM
|
engineConfiguration->camInputs[0] = GPIOA_10; // we just need to indicate that we have CAM
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue