This commit is contained in:
rusefillc 2023-06-12 19:33:26 -04:00
parent 38e6a13de1
commit 972f43c645
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ void setHyundaiPb() {
engineConfiguration->highPressureFuel.hwChannel = PROTEUS_IN_ANALOG_VOLT_4;
#if HW_PROTEUS
setCommonNTCSensor(&engineConfiguration->clt, PROTEUS_DEFAULT_AT_PULLUP);
setCommonNTCSensor(&engineConfiguration->iat, PROTEUS_DEFAULT_AT_PULLUP);
gppwm_channel *coolantControl = &engineConfiguration->gppwm[0];
coolantControl->pin = PROTEUS_LS_5;
engineConfiguration->tachOutputPin = PROTEUS_IGN_12;