canned m111

This commit is contained in:
rusefillc 2023-04-01 21:07:43 -04:00
parent f8e76394a5
commit 4e12244223
3 changed files with 3 additions and 0 deletions

View File

@ -183,6 +183,7 @@ pins:
id: [A6, EFI_ADC_6]
class: [switch_inputs, analog_inputs]
color: light blue
function: TPS2
ts_name: 26 - AN volt 2
type: av

View File

@ -40,6 +40,7 @@
// 26 - AN volt 2
#define MRE_IN_ANALOG_VOLT_2 EFI_ADC_6
#define MRE_IN_TPS2 MRE_IN_ANALOG_VOLT_2
// 31 - AN volt 3
#define MRE_IN_ANALOG_VOLT_3 EFI_ADC_7

View File

@ -45,6 +45,7 @@ void setMreM111EngineConfiguration() {
setM111EngineConfiguration();
setPPSInputs(MRE_IN_PPS, MRE_IN_PPS2);
setTPS1Inputs(MRE_IN_TPS, MRE_IN_TPS2);
}
void setProteusM111EngineConfiguration() {