rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
dodge_ram.cpp
Go to the documentation of this file.
1/*
2 * @file dodge_ram.cpp
3 *
4 * set engine_type 31
5 *
6 * @date Apr 22, 2015
7 * @author Andrey Belomutskiy, (c) 2012-2020
8 */
9
10#include "pch.h"
11
12#include "dodge_ram.h"
13#include "custom_engine.h"
14
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()
void setDodgeRam1996()
Definition dodge_ram.cpp:15
static constexpr engine_configuration_s * engineConfiguration
void setDodgeSensor(ThermistorConf *thermistorConf, float pullup)