rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
ford_festiva.cpp File Reference

Functions

void setFordEscortGt ()
 

Function Documentation

◆ setFordEscortGt()

void setFordEscortGt ( )

pin 1I/W9 - extra +5v set engine_type 14

Definition at line 23 of file ford_festiva.cpp.

23 {
25
27 setAlgorithm(engine_load_mode_e::LM_SPEED_DENSITY);
28
29 // in case of DOHC distributor we have two signals
31 engineConfiguration->triggerInputPins[1] = Gpio::A5; // 2E White CKP
32 // set global_trigger_offset_angle -37
34
35 // todo: change to 15?
36 // set cranking_timing_angle 3
38
40 engineConfiguration->ignitionMode = IM_INDIVIDUAL_COILS;
41
44}
static constexpr engine_configuration_s * engineConfiguration
void setAlgorithm(engine_load_mode_e algo)
void setSingleCoilDwell()
brain_input_pin_e triggerInputPins[TRIGGER_INPUT_PIN_COUNT]

Referenced by applyEngineType().

Here is the call graph for this function:
Here is the caller graph for this function:

Go to the source code of this file.