rusefi/firmware/config/engines/mazda/mazda_miata_vvt.h

28 lines
438 B
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
/**
* https://github.com/rusefi/rusefi/wiki/Mazda-Miata-2001
* set engine_type 1
*/
void setMiataNB2_Proteus_TCU();
2024-03-05 17:28:16 -08:00
void setMazdaMiataNB1();
2021-01-21 23:02:16 -08:00
/**
* set engine_type 69
*/
2024-03-05 17:28:16 -08:00
void setMazdaMiataNB2();
void setMazdaMiataNB2_36();
2021-01-21 23:02:16 -08:00
2021-10-02 20:20:30 -07:00