This commit is contained in:
rusefi 2018-02-03 12:04:28 -05:00
parent 436f7aa965
commit 863701ef90
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,7 @@
*
* 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
*

View File

@ -248,6 +248,11 @@ typedef enum {
// crank-based in case your cam is broken
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,
/**