MRE NA6
This commit is contained in:
parent
a585835add
commit
8d48e2eef5
|
@ -181,6 +181,12 @@ void setBoardConfigurationOverrides(void) {
|
|||
// GPIOE_8: "35 - GP Out 1"
|
||||
boardConfiguration->fuelPumpPin = GPIOE_8;
|
||||
|
||||
|
||||
// TLE8888 high current low side: VVT2 IN9 / OUT5
|
||||
// GPIOE_10: "3 - Lowside 2"
|
||||
boardConfiguration->idle.solenoidPin = GPIOE_10;
|
||||
|
||||
|
||||
// TLE8888_PIN_22: "34 - GP Out 2"
|
||||
boardConfiguration->fanPin = TLE8888_PIN_22;
|
||||
|
||||
|
|
|
@ -295,8 +295,10 @@ void setMiataNA6_VAF_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
|||
* set engine_type 12
|
||||
*/
|
||||
void setMiataNA6_VAF_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||
// idle.solenoidPin output is inherited from boards/microrusefi/board_configuration.cpp
|
||||
// CLT: "18 - AN temp 1"
|
||||
// IAT: "23 - AN temp 2"
|
||||
|
||||
// MAF/VAF: "19 - AN volt 4"
|
||||
engineConfiguration->mafAdcChannel = EFI_ADC_12;
|
||||
|
||||
|
|
Loading…
Reference in New Issue