This commit is contained in:
rusefillc 2023-04-18 15:36:58 -04:00
parent 35527fe9c9
commit c5cf0f46b0
2 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,7 @@
// 40 - AN volt 9
#define MRE_IN_ANALOG_VOLT_9 EFI_ADC_9
#define MRE_AV9_REUSE Gpio::B1
// 28 - AN volt 10
#define MRE_IN_ANALOG_VOLT_10 EFI_ADC_4

View File

@ -72,6 +72,8 @@ void setMreM111EngineConfiguration() {
setTPS1Inputs(MRE_IN_TPS, MRE_IN_TPS2);
engineConfiguration->oilPressure.hwChannel = MRE_IN_ANALOG_VOLT_4;
// assumes R30 is populated
engineConfiguration->boostControlPin = MRE_AV9_REUSE;
#endif // HW_MICRO_RUSEFI
// note how these numbers are very flipped hyundai154 defaults?
setTPS1Calibration(891, 69, 98, 926);