8chan
This commit is contained in:
parent
ba5144181a
commit
cc71f06a12
|
@ -85,6 +85,30 @@ pins:
|
|||
ts_name: 13A - Ignition 1
|
||||
color: yellow
|
||||
|
||||
- pin: 15A
|
||||
# H144_IN_IAT AIN14 PC3
|
||||
id: EFI_ADC_13
|
||||
class: analog_inputs
|
||||
function: IAT Sensor Input
|
||||
ts_name: 15A - IAT
|
||||
color: orange
|
||||
|
||||
- pin: 16A
|
||||
# H144_IN_CLT AIN11 PC2
|
||||
id: EFI_ADC_12
|
||||
class: analog_inputs
|
||||
function: CLT Sensor Input
|
||||
ts_name: 16A - CLT
|
||||
color: orange
|
||||
|
||||
- pin: 17A
|
||||
# IN_PPS
|
||||
id: EFI_ADC_3
|
||||
class: analog_inputs
|
||||
function: PPS Sensor Input
|
||||
ts_name: 17A - PPS
|
||||
color: orange
|
||||
|
||||
|
||||
- pin: 18A
|
||||
function: VVT control 4
|
||||
|
|
|
@ -1,9 +1,26 @@
|
|||
pins:
|
||||
- pin: 17A
|
||||
- pin: 17C
|
||||
function: Analog Ground
|
||||
color: black
|
||||
type: gnd
|
||||
|
||||
|
||||
- pin: 6C
|
||||
# H144_IN_IAT + 16 = 14 + 16
|
||||
id: EFI_ADC_30
|
||||
class: analog_inputs
|
||||
function: Temperature 3
|
||||
ts_name: 6C - AT3
|
||||
color: orange
|
||||
|
||||
- pin: 7C
|
||||
# EFI_ADC_12 + 16 = 12 + 16
|
||||
id: EFI_ADC_28
|
||||
class: analog_inputs
|
||||
function: Temperature 4
|
||||
ts_name: 7C - AT4
|
||||
color: orange
|
||||
|
||||
- pin: 18C
|
||||
function: ETB positive
|
||||
type: etb
|
||||
|
@ -25,6 +42,15 @@ pins:
|
|||
ts_name: 23C - TPS
|
||||
color: orange
|
||||
|
||||
- pin: 24C
|
||||
# H144_IN_AUX1
|
||||
id: EFI_ADC_8
|
||||
class: analog_inputs
|
||||
function: TPS2 Sensor Input
|
||||
ts_name: 24C - TPS2
|
||||
color: orange
|
||||
|
||||
|
||||
- pin: 25C
|
||||
function: Power Ground
|
||||
color: black
|
||||
|
@ -36,6 +62,14 @@ pins:
|
|||
type: etb
|
||||
color: purple
|
||||
|
||||
- pin: 31C
|
||||
# H144_IN_AUX2
|
||||
id: EFI_ADC_14
|
||||
class: analog_inputs
|
||||
function: PPS2 Sensor Input
|
||||
ts_name: 31C - PPS2
|
||||
color: orange
|
||||
|
||||
|
||||
- pin: 34C
|
||||
function: Power GND
|
||||
|
|
Loading…
Reference in New Issue