2016-10-04 10:03:25 -07:00
|
|
|
/*
|
|
|
|
* @file mazda_miata_vvt.h
|
|
|
|
*
|
|
|
|
* @date Oct 4, 2016
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2016-10-04 10:03:25 -07:00
|
|
|
*
|
|
|
|
* http://rusefi.com/forum/viewtopic.php?f=3&t=1095
|
|
|
|
*/
|
|
|
|
|
2019-11-14 19:50:59 -08:00
|
|
|
#pragma once
|
2016-10-04 10:03:25 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
#include "engine_configuration.h"
|
2016-10-04 10:03:25 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setMazdaMiataNbInjectorLag(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMazdaMiataNbTpsTps(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2020-05-09 21:42:33 -07:00
|
|
|
void setMazdaNB2VVTSettings(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2017-04-18 18:37:31 -07:00
|
|
|
|
2020-04-10 17:31:58 -07:00
|
|
|
/**
|
|
|
|
* Primary rusEfi test mule https://rusefi.com/forum/viewtopic.php?f=3&t=1095
|
|
|
|
* MAZDA_MIATA_2003
|
|
|
|
* set engine_type 47
|
|
|
|
*/
|
2019-05-03 15:41:43 -07:00
|
|
|
void setMazdaMiata2003EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2020-04-10 17:31:58 -07:00
|
|
|
/**
|
|
|
|
* race car - NA body and fuel system with NB2 engine
|
|
|
|
*/
|
2019-05-03 15:41:43 -07:00
|
|
|
void setMazdaMiata2003EngineConfigurationNaFuelRail(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMazdaMiata2003EngineConfigurationBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2016-10-04 10:03:25 -07:00
|
|
|
|
2019-12-15 19:21:49 -08:00
|
|
|
void setMiataNB2_MRE_ETB(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2020-04-10 17:31:58 -07:00
|
|
|
|
|
|
|
/**
|
|
|
|
* OEM mechanical throttle body
|
|
|
|
* set engine_type 11
|
|
|
|
*/
|
2020-05-21 17:44:14 -07:00
|
|
|
void setMiataNB2_MRE_MAP(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMiataNB2_MRE_MAF(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|