rusEFI
The most advanced open source ECU
Functions
dodge_ram.h 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()
engine_configuration_s * engineConfiguration
void setDodgeSensor(ThermistorConf *thermistorConf, float pullup)
Definition: thermistors.cpp:15

Referenced by resetConfigurationExt().

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

Go to the source code of this file.