This commit is contained in:
parent
a8ed61c277
commit
b703cadcf3
|
@ -9,6 +9,7 @@
|
||||||
*
|
*
|
||||||
* todo: try ZM-DE 2000 protege 36/1 trigger wheel ZM 01-11-408
|
* todo: try ZM-DE 2000 protege 36/1 trigger wheel ZM 01-11-408
|
||||||
*
|
*
|
||||||
|
* See also TT_MAZDA_MIATA_VVT_TEST for trigger simulation
|
||||||
*
|
*
|
||||||
* Based on http://rusefi.com/wiki/index.php?title=Manual:Hardware_Frankenso_board#Default_Pinout
|
* Based on http://rusefi.com/wiki/index.php?title=Manual:Hardware_Frankenso_board#Default_Pinout
|
||||||
*
|
*
|
||||||
|
|
|
@ -248,6 +248,11 @@ typedef enum {
|
||||||
// crank-based in case your cam is broken
|
// crank-based in case your cam is broken
|
||||||
TT_DODGE_NEON_2003_CRANK = 32,
|
TT_DODGE_NEON_2003_CRANK = 32,
|
||||||
|
|
||||||
|
/**
|
||||||
|
* this takes care of crank sensor, VVT sensor should be configured separately
|
||||||
|
* for VVT simulated trigger signal we have https://github.com/rusefi/rusefi/issues/566 gap
|
||||||
|
* See also TT_MAZDA_MIATA_VVT_TEST
|
||||||
|
*/
|
||||||
TT_MIATA_VVT = 33,
|
TT_MIATA_VVT = 33,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue