rusefi/firmware/config/engines/mazda_miata_vvt.h

56 lines
1.4 KiB
C
Raw Normal View History

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
#include "engine_configuration.h"
2016-10-04 10:03:25 -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
*/
void setMazdaMiata2003EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2020-04-10 17:31:58 -07:00
/**
* race car - NA body and fuel system with NB2 engine
*/
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
/**
2020-05-21 18:00:34 -07:00
* OEM mechanical throttle body, with MAP
2020-04-10 17:31:58 -07:00
* set engine_type 11
*/
2020-05-21 17:44:14 -07:00
void setMiataNB2_MRE_MAP(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2020-05-21 18:00:34 -07:00
/**
* OEM mechanical throttle body using OEM MAF
* set engine_type 15
*/
2020-05-21 17:44:14 -07:00
void setMiataNB2_MRE_MAF(DECLARE_CONFIG_PARAMETER_SIGNATURE);
/**
* https://github.com/rusefi/rusefi/wiki/Mazda-Miata-2001
* set engine_type 1
*/
void setMiataNB2_Proteus_TCU(DECLARE_CONFIG_PARAMETER_SIGNATURE);
2020-12-14 21:09:35 -08:00
/**
* set engine_type 67
*/
void setMiataNB2_ProteusEngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);