Hyundai
This commit is contained in:
parent
46b9a8043b
commit
32e1c340ba
|
@ -79,7 +79,7 @@ static void setupDefaultSensorInputs() {
|
||||||
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;
|
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;
|
||||||
engineConfiguration->tps1_2AdcChannel = H144_IN_AUX1;
|
engineConfiguration->tps1_2AdcChannel = H144_IN_AUX1;
|
||||||
|
|
||||||
engineConfiguration->throttlePedalPositionAdcChannel = EFI_ADC_3;
|
engineConfiguration->throttlePedalPositionAdcChannel = H144_IN_PPS;
|
||||||
engineConfiguration->throttlePedalPositionSecondAdcChannel = EFI_ADC_14;
|
engineConfiguration->throttlePedalPositionSecondAdcChannel = EFI_ADC_14;
|
||||||
engineConfiguration->mafAdcChannel = EFI_ADC_10;
|
engineConfiguration->mafAdcChannel = EFI_ADC_10;
|
||||||
engineConfiguration->map.sensor.hwChannel = EFI_ADC_11;
|
engineConfiguration->map.sensor.hwChannel = EFI_ADC_11;
|
||||||
|
|
|
@ -223,11 +223,14 @@ pins:
|
||||||
|
|
||||||
- pin: K80
|
- pin: K80
|
||||||
# IN_TPS AIN17 PA4
|
# IN_TPS AIN17 PA4
|
||||||
|
id: EFI_ADC_4
|
||||||
class: analog_inputs
|
class: analog_inputs
|
||||||
ts_name: TPS 1
|
ts_name: TPS 1
|
||||||
function: TPS 1 sensor input
|
function: TPS 1 sensor input
|
||||||
|
|
||||||
- pin: K82
|
- pin: K82
|
||||||
|
id: EFI_ADC_3
|
||||||
|
class: analog_inputs
|
||||||
ts_name: PPS 1
|
ts_name: PPS 1
|
||||||
function: PPS 1 sensor input
|
function: PPS 1 sensor input
|
||||||
|
|
||||||
|
|
|
@ -59,6 +59,8 @@
|
||||||
// IN_TPS AIN17 PA4
|
// IN_TPS AIN17 PA4
|
||||||
#define H144_IN_TPS EFI_ADC_4
|
#define H144_IN_TPS EFI_ADC_4
|
||||||
|
|
||||||
|
#define H144_IN_PPS EFI_ADC_3
|
||||||
|
|
||||||
// IN_MAP1 AIN9 PC0
|
// IN_MAP1 AIN9 PC0
|
||||||
#define H144_IN_MAP1 EFI_ADC_10
|
#define H144_IN_MAP1 EFI_ADC_10
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue