This commit is contained in:
rusefi 2020-05-04 22:31:47 -04:00
parent cc1ca11e40
commit 39a7aa1306
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,12 @@
#include "trigger_toyota.h"
/**
* TT_2JZ_1_12
* One cam + 12 crank
* http://rusefi.com/images/triggers/trigger_29.png
*/
void initialize2jzGE1_12(TriggerWaveform *s) {
s->initialize(FOUR_STROKE_CAM_SENSOR);
@ -43,6 +49,9 @@ void initialize2jzGE1_12(TriggerWaveform *s) {
s->isSynchronizationNeeded = false;
}
/**
* https://rusefi.com/forum/viewtopic.php?f=5&t=1720
*/
void initialize2jzGE3_34(TriggerWaveform *s) {
setToothedWheelConfiguration(s, 36, 2, FOUR_STROKE_CRANK_SENSOR);