GM/Daewoo 60/2/2/2 Trigger Pattern #2264

This commit is contained in:
rusefillc 2021-02-01 22:49:49 -05:00
parent 02f08808ef
commit 9a2cc6b3c9
3 changed files with 3 additions and 1 deletions

View File

@ -255,7 +255,7 @@ typedef enum {
* see also TT_ONE a bit below
*/
TT_ONE_PLUS_ONE = 16,
// "1+60/2"
// VVT for 2JZ
TT_VVT_JZ = TT_TT_VVT_JZ,
// just one channel with just one tooth
TT_ONE = TT_TT_ONE,

View File

@ -9,6 +9,7 @@
/**
* This trigger is also used by Nissan and Mazda
* https://rusefi.com/forum/viewtopic.php?f=2&t=1932
*/
void initialize36_2_2_2(TriggerWaveform *s) {
s->initialize(FOUR_STROKE_CAM_SENSOR);

View File

@ -435,6 +435,7 @@ end_struct
#define TT_TT_SUBARU_7_WITHOUT_6 51
#define TT_TT_52 52
#define TT_TT_TRI_TACH 53
#define TT_TT_GM_60_2_2_2 54
! todo https://github.com/rusefi/rusefi/issues/2102