docs
This commit is contained in:
parent
898c605ad6
commit
70743de79e
|
@ -524,7 +524,7 @@ float mapFrequency100Kpa;;"Hz", 1, 0, 0, 100000, 2
|
|||
output_pin_e fuelPumpPin;
|
||||
pin_output_mode_e fuelPumpPinMode;
|
||||
|
||||
output_pin_e malfunctionIndicatorPin;
|
||||
output_pin_e malfunctionIndicatorPin;+Check engine light, also malfunction indicator light. Always blinks once on boot.
|
||||
pin_output_mode_e malfunctionIndicatorPinMode;
|
||||
pin_output_mode_e fanPinMode;
|
||||
output_pin_e fanPin;
|
||||
|
|
|
@ -82,7 +82,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 12:04:36 EDT 2019
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 13:58:14 EDT 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -993,6 +993,7 @@ page = 1
|
|||
camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.\nTODO #660"
|
||||
throttlePedalUpPin = "Throttle Pedal not pressed switch - used on some older vehicles like early Mazda Miata"
|
||||
triggerSimulatorFrequency = "See also triggerSimulatorPins\nSee also directSelfStimulation\nrpm X"
|
||||
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
|
||||
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
|
||||
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
|
||||
vvtCamSensorUseRise = "Use rise or fall signal front"
|
||||
|
@ -2611,8 +2612,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "ETB#2 Dir #2", etb2_directionPin2
|
||||
field = "ETB#2 Control #1", etb2_controlPin1
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "Aux Pin #1", auxPidPins1
|
||||
field = "Aux Pin #2", auxPidPins2
|
||||
field = "Aux Pin #3", auxPidPins3
|
||||
|
@ -2706,7 +2707,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1}
|
||||
field = "hip9011CsPin", hip9011CsPin
|
||||
field = "LIS302DLCsPin", LIS302DLCsPin
|
||||
field = "Malfunction Indicator", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine", malfunctionIndicatorPin
|
||||
field = "Saab CDM knock", cdmInputPin
|
||||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
|
|
|
@ -1633,8 +1633,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "ETB#2 Dir #2", etb2_directionPin2 @@if_ts_show_etb_pins
|
||||
field = "ETB#2 Control #1", etb2_controlPin1 @@if_ts_show_etb_pins
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "Aux Pin #1", auxPidPins1
|
||||
field = "Aux Pin #2", auxPidPins2
|
||||
field = "Aux Pin #3", auxPidPins3
|
||||
|
@ -1728,7 +1728,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1}
|
||||
field = "hip9011CsPin", hip9011CsPin
|
||||
field = "LIS302DLCsPin", LIS302DLCsPin
|
||||
field = "Malfunction Indicator", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine", malfunctionIndicatorPin
|
||||
field = "Saab CDM knock", cdmInputPin
|
||||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
|
|
|
@ -82,7 +82,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 12:04:42 EDT 2019
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 13:58:37 EDT 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -993,6 +993,7 @@ page = 1
|
|||
camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.\nTODO #660"
|
||||
throttlePedalUpPin = "Throttle Pedal not pressed switch - used on some older vehicles like early Mazda Miata"
|
||||
triggerSimulatorFrequency = "See also triggerSimulatorPins\nSee also directSelfStimulation\nrpm X"
|
||||
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
|
||||
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
|
||||
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
|
||||
vvtCamSensorUseRise = "Use rise or fall signal front"
|
||||
|
@ -2611,8 +2612,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "ETB#2 Dir #2", etb2_directionPin2
|
||||
field = "ETB#2 Control #1", etb2_controlPin1
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "Aux Pin #1", auxPidPins1
|
||||
field = "Aux Pin #2", auxPidPins2
|
||||
field = "Aux Pin #3", auxPidPins3
|
||||
|
@ -2706,7 +2707,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1}
|
||||
field = "hip9011CsPin", hip9011CsPin
|
||||
field = "LIS302DLCsPin", LIS302DLCsPin
|
||||
field = "Malfunction Indicator", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine", malfunctionIndicatorPin
|
||||
field = "Saab CDM knock", cdmInputPin
|
||||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
|
|
|
@ -82,7 +82,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 12:04:40 EDT 2019
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 13:58:25 EDT 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -993,6 +993,7 @@ page = 1
|
|||
camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.\nTODO #660"
|
||||
throttlePedalUpPin = "Throttle Pedal not pressed switch - used on some older vehicles like early Mazda Miata"
|
||||
triggerSimulatorFrequency = "See also triggerSimulatorPins\nSee also directSelfStimulation\nrpm X"
|
||||
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
|
||||
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
|
||||
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
|
||||
vvtCamSensorUseRise = "Use rise or fall signal front"
|
||||
|
@ -2598,8 +2599,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "Fuel Pump Pin", fuelPumpPin
|
||||
field = "Fuel Pump Pin Mode", fuelPumpPinMode
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "Aux Pin #1", auxPidPins1
|
||||
field = "Aux Pin #2", auxPidPins2
|
||||
field = "Aux Pin #3", auxPidPins3
|
||||
|
@ -2691,7 +2692,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1}
|
||||
field = "hip9011CsPin", hip9011CsPin
|
||||
field = "LIS302DLCsPin", LIS302DLCsPin
|
||||
field = "Malfunction Indicator", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine", malfunctionIndicatorPin
|
||||
field = "Saab CDM knock", cdmInputPin
|
||||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
|
|
|
@ -82,7 +82,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 12:04:44 EDT 2019
|
||||
; this section was generated automatically by rusEfi tool ConfigDefinition.jar based on integration\rusefi_config.txt Sun Aug 18 13:58:48 EDT 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -993,6 +993,7 @@ page = 1
|
|||
camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts.\nTODO #660"
|
||||
throttlePedalUpPin = "Throttle Pedal not pressed switch - used on some older vehicles like early Mazda Miata"
|
||||
triggerSimulatorFrequency = "See also triggerSimulatorPins\nSee also directSelfStimulation\nrpm X"
|
||||
malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot."
|
||||
tachOutputPin = "This implementation produces one pulse per engine cycle. See also dizzySparkOutputPin."
|
||||
useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed."
|
||||
vvtCamSensorUseRise = "Use rise or fall signal front"
|
||||
|
@ -2607,8 +2608,8 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "ETB#2 Dir #2", etb2_directionPin2
|
||||
field = "ETB#2 Control #1", etb2_controlPin1
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
field = "Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "MIL / Check Engine Pin", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine Pin Mode", malfunctionIndicatorPinMode
|
||||
field = "Aux Pin #1", auxPidPins1
|
||||
field = "Aux Pin #2", auxPidPins2
|
||||
field = "Aux Pin #3", auxPidPins3
|
||||
|
@ -2702,7 +2703,7 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1}
|
||||
field = "hip9011CsPin", hip9011CsPin
|
||||
field = "LIS302DLCsPin", LIS302DLCsPin
|
||||
field = "Malfunction Indicator", malfunctionIndicatorPin
|
||||
field = "MIL / Check Engine", malfunctionIndicatorPin
|
||||
field = "Saab CDM knock", cdmInputPin
|
||||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
|
|
Loading…
Reference in New Issue