rusefi/firmware/config/engines/mazda_miata_vvt.h

37 lines
1.0 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
/**
* OEM mechanical throttle body
* set engine_type 11
*/
2019-12-15 19:21:49 -08:00
void setMiataNB2_MRE_MTB(DECLARE_CONFIG_PARAMETER_SIGNATURE);