setDefaultHellenAtPullUps

This commit is contained in:
rusefi 2023-12-28 22:38:09 -05:00
parent 868f784049
commit 9e2424f401
3 changed files with 3 additions and 6 deletions

View File

@ -52,8 +52,7 @@ void setBoardConfigOverrides() {
configureHellenCanTerminator();
setHellenCan();
engineConfiguration->clt.config.bias_resistor = 4700;
engineConfiguration->iat.config.bias_resistor = 4700;
setDefaultHellenAtPullUps();
engineConfiguration->triggerInputPins[0] = Gpio::MM100_IN_CRANK;
engineConfiguration->camInputs[0] = Gpio::MM100_IN_D1;

View File

@ -55,8 +55,7 @@ void setBoardConfigOverrides() {
configureHellenMegaAccCS2Pin();
configureHellenCanTerminator();
engineConfiguration->clt.config.bias_resistor = 4700;
engineConfiguration->iat.config.bias_resistor = 4700;
setDefaultHellenAtPullUps();
engineConfiguration->triggerInputPins[0] = Gpio::H144_IN_RES1;
engineConfiguration->camInputs[0] = Gpio::H144_IN_RES3;

View File

@ -58,8 +58,7 @@ void setBoardConfigOverrides() {
configureHellenCanTerminator();
setHellenCan();
engineConfiguration->clt.config.bias_resistor = 4700;
engineConfiguration->iat.config.bias_resistor = 4700;
setDefaultHellenAtPullUps();
// PWM pin
engineConfiguration->etbIo[0].controlPin = Gpio::MM100_OUT_PWM3;