docs
This commit is contained in:
parent
95a681d80f
commit
59a007d21a
|
@ -9,7 +9,13 @@
|
||||||
|
|
||||||
#include "engine_configuration.h"
|
#include "engine_configuration.h"
|
||||||
|
|
||||||
|
/**
|
||||||
|
* set engine_type 57
|
||||||
|
*/
|
||||||
void setMiataNA6_VAF_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMiataNA6_VAF_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
/**
|
||||||
|
* set engine_type 41
|
||||||
|
*/
|
||||||
void setMiataNA6_MAP_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void setMiataNA6_MAP_Frankenso(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
void miataNAcommon(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
void miataNAcommon(DECLARE_CONFIG_PARAMETER_SIGNATURE);
|
||||||
|
|
||||||
|
|
|
@ -209,6 +209,9 @@ typedef enum {
|
||||||
TT_TOOTHED_WHEEL = 0,
|
TT_TOOTHED_WHEEL = 0,
|
||||||
TT_FORD_ASPIRE = 1,
|
TT_FORD_ASPIRE = 1,
|
||||||
TT_DODGE_NEON_1995 = 2,
|
TT_DODGE_NEON_1995 = 2,
|
||||||
|
/**
|
||||||
|
* https://rusefi.com/wiki/index.php?title=Manual:Software:Trigger#Mazda_Miata_NA
|
||||||
|
*/
|
||||||
TT_MAZDA_MIATA_NA = 3,
|
TT_MAZDA_MIATA_NA = 3,
|
||||||
/**
|
/**
|
||||||
* NB1 means non-VVT NB, 99 and 00 1.8 engine
|
* NB1 means non-VVT NB, 99 and 00 1.8 engine
|
||||||
|
|
Loading…
Reference in New Issue