This commit is contained in:
rusefi 2021-10-16 18:19:30 -04:00
parent 52cb9e8c46
commit 88fe65fdf6
3 changed files with 6 additions and 1 deletions

View File

@ -79,7 +79,7 @@ static void setupDefaultSensorInputs() {
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;
engineConfiguration->tps1_2AdcChannel = H144_IN_AUX1;
engineConfiguration->throttlePedalPositionAdcChannel = EFI_ADC_3;
engineConfiguration->throttlePedalPositionAdcChannel = H144_IN_PPS;
engineConfiguration->throttlePedalPositionSecondAdcChannel = EFI_ADC_14;
engineConfiguration->mafAdcChannel = EFI_ADC_10;
engineConfiguration->map.sensor.hwChannel = EFI_ADC_11;

View File

@ -223,11 +223,14 @@ pins:
- pin: K80
# IN_TPS AIN17 PA4
id: EFI_ADC_4
class: analog_inputs
ts_name: TPS 1
function: TPS 1 sensor input
- pin: K82
id: EFI_ADC_3
class: analog_inputs
ts_name: PPS 1
function: PPS 1 sensor input

View File

@ -59,6 +59,8 @@
// IN_TPS AIN17 PA4
#define H144_IN_TPS EFI_ADC_4
#define H144_IN_PPS EFI_ADC_3
// IN_MAP1 AIN9 PC0
#define H144_IN_MAP1 EFI_ADC_10