B6 progress
This commit is contained in:
parent
1f7051db48
commit
edbd190b73
|
@ -24,6 +24,8 @@ static void commonPassatB6() {
|
||||||
engineConfiguration->specs.firingOrder = FO_1_3_4_2;
|
engineConfiguration->specs.firingOrder = FO_1_3_4_2;
|
||||||
engineConfiguration->isPhaseSyncRequiredForIgnition = true;
|
engineConfiguration->isPhaseSyncRequiredForIgnition = true;
|
||||||
|
|
||||||
|
engineConfiguration->disableEtbWhenEngineStopped = true;
|
||||||
|
|
||||||
|
|
||||||
for (int i = 4; i < MAX_CYLINDER_COUNT;i++) {
|
for (int i = 4; i < MAX_CYLINDER_COUNT;i++) {
|
||||||
engineConfiguration->injectionPins[i] = Gpio::Unassigned;
|
engineConfiguration->injectionPins[i] = Gpio::Unassigned;
|
||||||
|
@ -131,6 +133,8 @@ static void commonPassatB6() {
|
||||||
void setProteusVwPassatB6() {
|
void setProteusVwPassatB6() {
|
||||||
#if HW_PROTEUS
|
#if HW_PROTEUS
|
||||||
commonPassatB6();
|
commonPassatB6();
|
||||||
|
engineConfiguration->triggerInputPins[0] = PROTEUS_VR_1;
|
||||||
|
engineConfiguration->camInputs[0] = PROTEUS_DIGITAL_2;
|
||||||
|
|
||||||
engineConfiguration->lowPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_5;
|
engineConfiguration->lowPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_5;
|
||||||
engineConfiguration->highPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_4;
|
engineConfiguration->highPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_4;
|
||||||
|
|
Loading…
Reference in New Issue