This commit is contained in:
parent
a7a7162ab9
commit
1a949ff58f
|
@ -34,8 +34,10 @@ void setHyundaiPb() {
|
||||||
engineConfiguration->highPressureFuel.value2 = 20'000;
|
engineConfiguration->highPressureFuel.value2 = 20'000;
|
||||||
engineConfiguration->highPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_4;
|
engineConfiguration->highPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_4;
|
||||||
|
|
||||||
|
#if HW_PROTEUS
|
||||||
gppwm_channel *coolantControl = &engineConfiguration->gppwm[0];
|
gppwm_channel *coolantControl = &engineConfiguration->gppwm[0];
|
||||||
coolantControl->pin = PROTEUS_LS_5;
|
coolantControl->pin = PROTEUS_LS_5;
|
||||||
|
#endif // HW_PROTEUS
|
||||||
}
|
}
|
||||||
|
|
||||||
void setProteusHyundaiPb() {
|
void setProteusHyundaiPb() {
|
||||||
|
@ -48,6 +50,7 @@ void setProteusHyundaiPb() {
|
||||||
setPPSInputs(PROTEUS_IN_PPS, PROTEUS_IN_PPS2);
|
setPPSInputs(PROTEUS_IN_PPS, PROTEUS_IN_PPS2);
|
||||||
|
|
||||||
|
|
||||||
|
// something something input levels are not happy for digital input pin?
|
||||||
// engineConfiguration->starterControlPin = PROTEUS_LS_14;
|
// engineConfiguration->starterControlPin = PROTEUS_LS_14;
|
||||||
engineConfiguration->startStopButtonPin = PROTEUS_IN_AV_6_DIGITAL;
|
engineConfiguration->startStopButtonPin = PROTEUS_IN_AV_6_DIGITAL;
|
||||||
engineConfiguration->startStopButtonMode = PI_DEFAULT;
|
engineConfiguration->startStopButtonMode = PI_DEFAULT;
|
||||||
|
|
|
@ -191,7 +191,7 @@ void setProteusVwPassatB6() {
|
||||||
|
|
||||||
#include "vw_b6.lua"
|
#include "vw_b6.lua"
|
||||||
|
|
||||||
#endif
|
#endif // HW_PROTEUS
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue