2016-10-04 10:03:25 -07:00
|
|
|
/*
|
|
|
|
* @file mazda_miata_vvt.h
|
|
|
|
*
|
|
|
|
* @date Oct 4, 2016
|
2017-01-03 03:05:22 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
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);
|
2017-04-18 18:37:31 -07:00
|
|
|
|
2019-05-03 15:41:43 -07:00
|
|
|
void setMazdaMiata2003EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMazdaMiata2003EngineConfigurationNaFuelRail(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
|
|
|
void setMazdaMiata2003EngineConfigurationBoardTest(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
2016-10-04 10:03:25 -07:00
|
|
|
|
2019-08-31 15:36:44 -07:00
|
|
|
void setMiataNB2_MRE(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|