only: proteus_f7

This commit is contained in:
andreyb 2023-07-18 12:16:25 -07:00
parent 50502024aa
commit aace91f70b
1 changed files with 3 additions and 0 deletions

View File

@ -84,6 +84,9 @@ void setHyundaiPb() {
setCommonNTCSensor(&engineConfiguration->clt, PROTEUS_DEFAULT_AT_PULLUP); setCommonNTCSensor(&engineConfiguration->clt, PROTEUS_DEFAULT_AT_PULLUP);
setCommonNTCSensor(&engineConfiguration->iat, PROTEUS_DEFAULT_AT_PULLUP); setCommonNTCSensor(&engineConfiguration->iat, PROTEUS_DEFAULT_AT_PULLUP);
engineConfiguration->acRelayPin = PROTEUS_LS_6;
engineConfiguration->acSwitch = PROTEUS_DIGITAL_1;
gppwm_channel *coolantControl = &engineConfiguration->gppwm[0]; gppwm_channel *coolantControl = &engineConfiguration->gppwm[0];
coolantControl->pin = PROTEUS_LS_5; coolantControl->pin = PROTEUS_LS_5;
engineConfiguration->tachOutputPin = PROTEUS_IGN_12; engineConfiguration->tachOutputPin = PROTEUS_IGN_12;