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
|
|
|
|
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
|
|
|
|
*/
|
2021-11-16 01:15:29 -08:00
|
|
|
void setMazdaMiata2003EngineConfiguration();
|
2016-10-04 10:03:25 -07:00
|
|
|
|
2020-10-27 22:23:05 -07:00
|
|
|
/**
|
|
|
|
* https://github.com/rusefi/rusefi/wiki/Mazda-Miata-2001
|
|
|
|
* set engine_type 1
|
|
|
|
*/
|
2021-11-16 01:15:29 -08:00
|
|
|
void setMiataNB2_Proteus_TCU();
|
2020-10-27 22:23:05 -07:00
|
|
|
|
2020-12-14 21:09:35 -08:00
|
|
|
/**
|
|
|
|
* set engine_type 67
|
|
|
|
*/
|
2023-04-29 12:07:43 -07:00
|
|
|
void setMiataNB2_Proteus();
|
2020-12-14 21:09:35 -08:00
|
|
|
|
2021-01-21 23:02:16 -08:00
|
|
|
/**
|
|
|
|
* set engine_type 69
|
|
|
|
*/
|
2021-11-16 01:15:29 -08:00
|
|
|
void setMiataNB2_Hellen72();
|
2021-01-21 23:02:16 -08:00
|
|
|
|
2021-11-16 01:15:29 -08:00
|
|
|
void setMiataNB2_Hellen72_36();
|
2021-10-02 20:20:30 -07:00
|
|
|
|
2022-06-23 11:30:41 -07:00
|
|
|
|
2021-11-16 01:15:29 -08:00
|
|
|
void setHellenNB1();
|