4chan ETB
This commit is contained in:
parent
d1bc02e9cf
commit
b987600b35
|
@ -94,7 +94,10 @@ static void setupDefaultSensorInputs() {
|
||||||
engineConfiguration->camInputs[0] = GPIO_UNASSIGNED;
|
engineConfiguration->camInputs[0] = GPIO_UNASSIGNED;
|
||||||
|
|
||||||
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;
|
engineConfiguration->tps1_1AdcChannel = H144_IN_TPS;
|
||||||
engineConfiguration->tps2_1AdcChannel = EFI_ADC_NONE;
|
engineConfiguration->tps2_1AdcChannel = H144_IN_AUX1;
|
||||||
|
|
||||||
|
engineConfiguration->throttlePedalPositionAdcChannel = H144_IN_PPS;
|
||||||
|
engineConfiguration->throttlePedalPositionSecondAdcChannel = H144_IN_AUX2;
|
||||||
|
|
||||||
engineConfiguration->mafAdcChannel = EFI_ADC_NONE;
|
engineConfiguration->mafAdcChannel = EFI_ADC_NONE;
|
||||||
engineConfiguration->map.sensor.hwChannel = H144_IN_MAP2;
|
engineConfiguration->map.sensor.hwChannel = H144_IN_MAP2;
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 290 KiB |
Binary file not shown.
|
@ -203,7 +203,49 @@ pins:
|
||||||
ts_name: C8 - Idle
|
ts_name: C8 - Idle
|
||||||
color: purple
|
color: purple
|
||||||
|
|
||||||
|
- pin: D4
|
||||||
|
# H144_IN_AUX1
|
||||||
|
id: EFI_ADC_8
|
||||||
|
class: analog_inputs
|
||||||
|
function: TPS2 Sensor Input
|
||||||
|
ts_name: D4 - TPS2
|
||||||
|
color: orange
|
||||||
|
|
||||||
|
- pin: D5
|
||||||
|
# IN_PPS
|
||||||
|
id: EFI_ADC_3
|
||||||
|
class: analog_inputs
|
||||||
|
function: PPS Sensor Input
|
||||||
|
ts_name: D5 - PPS
|
||||||
|
color: orange
|
||||||
|
|
||||||
|
- pin: F6
|
||||||
|
# H144_IN_AUX2
|
||||||
|
id: EFI_ADC_14
|
||||||
|
class: analog_inputs
|
||||||
|
function: PPS2 Sensor Input
|
||||||
|
ts_name: F6 - PPS2
|
||||||
|
color: orange
|
||||||
|
|
||||||
|
- pin: E8
|
||||||
|
function: ETB negative
|
||||||
|
type: etb
|
||||||
|
|
||||||
|
- pin: F8
|
||||||
|
function: ETB positive
|
||||||
|
type: etb
|
||||||
|
|
||||||
info:
|
info:
|
||||||
title: AlphaX 4chan
|
title: AlphaX 4chan
|
||||||
name: AlphaX 4chan
|
name: AlphaX 4chan
|
||||||
board_url: https://rusefi.com/s/4chan
|
board_url: https://rusefi.com/s/4chan
|
||||||
|
image:
|
||||||
|
file: alphax-4chan.jpg
|
||||||
|
pins:
|
||||||
|
- pin: A8
|
||||||
|
x: 197
|
||||||
|
y: 150
|
||||||
|
|
||||||
|
- pin: D8
|
||||||
|
x: 998
|
||||||
|
y: 150
|
||||||
|
|
Loading…
Reference in New Issue