B6 progress

This commit is contained in:
rusefi 2022-06-02 22:40:30 -04:00
parent 1c18caef89
commit 2fd117d146
1 changed files with 5 additions and 0 deletions

View File

@ -140,6 +140,11 @@ void setProteusVwPassatB6() {
gppwm_channel *lowPressureFuelPumpControl = &engineConfiguration->gppwm[1];
lowPressureFuelPumpControl->pin = PROTEUS_LS_7;
engineConfiguration->tps1_2AdcChannel = PROTEUS_IN_TPS1_2;
engineConfiguration->throttlePedalPositionAdcChannel = PROTEUS_IN_PPS;
engineConfiguration->throttlePedalPositionSecondAdcChannel = PROTEUS_IN_PPS2;
#endif
}