rusEFI
The most advanced open source ECU
Loading...
Searching...
No Matches
Functions
mazda_miata.h File Reference

Detailed Description

Mazda Miata NA, also 1993 Ford Escort GT engine configuration. The US Escort.

Date
Oct 31, 2013
Author
Andrey Belomutskiy, (c) 2012-2020

http://rusefi.com/forum/viewtopic.php?t=537 Injectors: Denso 195500-2180, 230-265cc (?), tan, 13.9 ohms

Definition in file mazda_miata.h.

Functions

void common079721_2351 ()
 

Function Documentation

◆ common079721_2351()

void common079721_2351 ( )

Definition at line 74 of file mazda_miata.cpp.

74 {
76 engineConfiguration->firingOrder = FO_1_3_4_2;
77
78 engineConfiguration->fuelPumpPin = Gpio::Unassigned; // fuel pump is not controlled by ECU on this engine
79
81 // set injection_mode 2
83
84 // Frankenstein analog input #1: adc1
85 // Frankenstein analog input #2: adc3
86 // Frankenstein analog input #3: adc13
87 // Frankenstein analog input #4: adc11
88 // todo: see https://docs.google.com/spreadsheet/ccc?key=0Arl1FeMZcfisdEdGdUlHdWh6cVBoSzFIbkxqa1QtZ3c
89 // Frankenstein analog input #5: adc
90 // Frankenstein analog input #6: adc
91 // Frankenstein analog input #7: adc
92 // Frankenstein analog input #8: adc
93 // Frankenstein analog input #9: adc
94 // Frankenstein analog input #10: adc
95 // Frankenstein analog input #11: adc
96 // Frankenstein analog input #12: adc
100
101}
@ Unassigned
static constexpr engine_configuration_s * engineConfiguration

Referenced by setFordEscortGt().

Here is the caller graph for this function:

Go to the source code of this file.