allPins consistency thank you AndreiKa
This commit is contained in:
parent
e386955741
commit
5649f26348
|
@ -1704,7 +1704,11 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "Invert Secondary", invertSecondaryTriggerSignal, { trigger_type != 0 && trigger_type != 8 && trigger_type != 9 && trigger_type != 18 && trigger_type != 20}
|
||||
field = "Cam Sync/VVT input", camInputs1
|
||||
panel = triggerInputComparator
|
||||
|
||||
|
||||
;
|
||||
; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to
|
||||
; configure the features.
|
||||
;
|
||||
dialog = allPinsSensors, "Sensors"
|
||||
field = "Throttle pedal Position Channel", throttlePedalPositionAdcChannel
|
||||
field = "Primary input channel", triggerInputPins1
|
||||
|
@ -1751,21 +1755,17 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "Idle Solenoid Pin", idle_solenoidPin
|
||||
field = "Second Idle Solenoid Pin", secondSolenoidPin
|
||||
field = "Idle Stepper Dir", idle_stepperDirectionPin
|
||||
field = "Idle Stepper Dir Mode", stepperDirectionPinMode
|
||||
field = "Idle Stepper Step", idle_stepperStepPin
|
||||
field = "Idle Stepper Enable", stepperEnablePin
|
||||
field = "Fuel Pump Pin", fuelPumpPin
|
||||
field = "Fuel Pump Pin Mode", fuelPumpPinMode
|
||||
field = "ETB#1 Dir #1", etbIo1_directionPin1 @@if_ts_show_etb_pins
|
||||
field = "ETB#1 Dir #2", etbIo1_directionPin2 @@if_ts_show_etb_pins
|
||||
field = "ETB#1 Control #1", etbIo1_controlPin1 @@if_ts_show_etb_pins
|
||||
field = "etb1_controlPinMode", etbIo1_controlPinMode @@if_ts_show_etb_pins
|
||||
field = "ETB#2 Dir #1", etbIo2_directionPin1 @@if_ts_show_etb_pins
|
||||
field = "ETB#2 Dir #2", etbIo2_directionPin2 @@if_ts_show_etb_pins
|
||||
field = "ETB#2 Control #1", etbIo2_controlPin1 @@if_ts_show_etb_pins
|
||||
field = "SD CS Pin", sdCardCsPin
|
||||
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
|
||||
|
@ -1869,7 +1869,6 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "comm status light", communicationLedPin
|
||||
field = "running status light", runningLedPin
|
||||
field = "TLE8888 Chip Select", tle8888_cs
|
||||
field = "TLE8888 CS Mode", tle8888_csPinMode
|
||||
field = "TLE 8888 spi", tle8888spiDevice
|
||||
field = "servo#1", servoOutputPins1
|
||||
field = "servo#2", servoOutputPins2
|
||||
|
|
Loading…
Reference in New Issue