fome-fw/firmware/config/engines/mazda_miata.h

20 lines
579 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file mazda_miata.h
* @brief Mazda Miata NA, also 1993 Ford Escort GT engine configuration. The US Escort.
*
* @date Oct 31, 2013
2017-01-03 03:05:22 -08:00
* @author Andrey Belomutskiy, (c) 2012-2017
2015-07-10 06:01:56 -07:00
*
* http://rusefi.com/forum/viewtopic.php?t=537
* Injectors: Denso 195500-2180, 230-265cc (?), tan, 13.9 ohms
*/
2019-11-14 19:50:59 -08:00
#pragma once
2015-07-10 06:01:56 -07:00
#include "engine_configuration.h"
2015-07-10 06:01:56 -07:00
void common079721_2351(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setMiata1990(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setMiata1994_d(DECLARE_CONFIG_PARAMETER_SIGNATURE);
void setMiata1996(DECLARE_CONFIG_PARAMETER_SIGNATURE);