canned m111
This commit is contained in:
parent
f8e76394a5
commit
4e12244223
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -45,6 +45,7 @@ void setMreM111EngineConfiguration() {
|
|||
setM111EngineConfiguration();
|
||||
|
||||
setPPSInputs(MRE_IN_PPS, MRE_IN_PPS2);
|
||||
setTPS1Inputs(MRE_IN_TPS, MRE_IN_TPS2);
|
||||
}
|
||||
|
||||
void setProteusM111EngineConfiguration() {
|
||||
|
|
Loading…
Reference in New Issue