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

Functions

void setDodgeRam1996 ()
 

Function Documentation

◆ setDodgeRam1996()

void setDodgeRam1996 ( )

Definition at line 15 of file dodge_ram.cpp.

15 {
17
19 engineConfiguration->injector.flow = 243.6; // 23.2lb/h
20 engineConfiguration->map.sensor.type = MT_DODGE_NEON_2003;
21
22 //Base engine setting
24 engineConfiguration->firingOrder = FO_1_8_4_3_6_5_7_2;
26
27 // set global_trigger_offset_angle -50
29
32
34}
void setFrankensoConfiguration()
static constexpr engine_configuration_s * engineConfiguration
void setDodgeSensor(ThermistorConf *thermistorConf, float pullup)

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.