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
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef MAZDA_MIATA_H_
|
|
|
|
#define MAZDA_MIATA_H_
|
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-11-03 14:25:34 -08:00
|
|
|
void common079721_2351(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2019-05-03 15:41:43 -07:00
|
|
|
void setMiata1990(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMiata1994_d(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMiata1996(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
|
|
|
#endif /* MAZDA_MIATA_H_ */
|