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

19 lines
522 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
2020-01-13 18:57:43 -08:00
* @author Andrey Belomutskiy, (c) 2012-2020
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 setMiata1996(DECLARE_CONFIG_PARAMETER_SIGNATURE);