This commit is contained in:
parent
fd94fe932f
commit
9fb54e13f4
|
@ -185,9 +185,10 @@ void setBoardDefaultConfiguration() {
|
|||
|
||||
engineConfiguration->acSwitch = GPIO_UNASSIGNED;
|
||||
engineConfiguration->fuelPumpPin = H144_OUT_IO12;
|
||||
engineConfiguration->fanPin = H144_OUT_PWM4;
|
||||
engineConfiguration->mainRelayPin = GPIO_UNASSIGNED;
|
||||
engineConfiguration->tachOutputPin = H144_OUT_PWM3;
|
||||
engineConfiguration->fanPin = H144_OUT_IO11;
|
||||
engineConfiguration->mainRelayPin = H144_OUT_IO10;
|
||||
engineConfiguration->tachOutputPin = H144_OUT_IO13;
|
||||
engineConfiguration->boostControlPin = H144_OUT_PWM3;
|
||||
|
||||
// "required" hardware is done - set some reasonable defaults
|
||||
setupDefaultSensorInputs();
|
||||
|
@ -205,6 +206,7 @@ void setBoardDefaultConfiguration() {
|
|||
// ? engineConfiguration->malfunctionIndicatorPin = GPIOG_4; //1E - Check Engine Light
|
||||
setHellenDefaultVrThresholds();
|
||||
engineConfiguration->vrThreshold[0].pin = H144_OUT_PWM6;
|
||||
engineConfiguration->vrThreshold[1].pin = H144_OUT_PWM4;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -128,8 +128,8 @@ pins:
|
|||
color: blue
|
||||
|
||||
- pin: C1
|
||||
# H144_OUT_PWM4
|
||||
id: GPIOC_8
|
||||
# H144_OUT_IO11
|
||||
id: GPIOG_2
|
||||
class: outputs
|
||||
function: Fan Relay or 5A Power Output (low)
|
||||
type: ls
|
||||
|
|
Loading…
Reference in New Issue