NA6 defaults IO
This commit is contained in:
rusefillc 2021-11-04 10:18:47 -04:00
parent 1e0e163cac
commit 9d54c02ea7
1 changed files with 5 additions and 0 deletions

View File

@ -129,11 +129,16 @@ void setBoardDefaultConfiguration(void) {
CONFIG(enableSoftwareKnock) = true;
// these stm32 pins do not match hellen_meta, is that because hellenNA6 is not using latest MCU version?
engineConfiguration->acRelayPin = GPIOH_15; // 1J - AC Relay
engineConfiguration->fuelPumpPin = GPIOG_2; // OUT_IO9
engineConfiguration->idle.solenoidPin = GPIOD_14; // OUT_PWM5
engineConfiguration->fanPin = GPIOD_12; // OUT_PWM8
engineConfiguration->mainRelayPin = GPIOI_2; // OUT_LOW3
engineConfiguration->tachOutputPin = GPIOI_0;
engineConfiguration->checkEngineLedPin = GPIOG_9;
engineConfiguration->vehicleSpeedSensorInputPin = H144_IN_VSS;
// "required" hardware is done - set some reasonable defaults
setupDefaultSensorInputs();