2015-07-10 06:01:56 -07:00
|
|
|
/**
|
|
|
|
* @file trigger_mazda.h
|
|
|
|
*
|
|
|
|
* @date Feb 18, 2014
|
2020-01-13 18:57:43 -08:00
|
|
|
* @author Andrey Belomutskiy, (c) 2012-2020
|
2015-07-10 06:01:56 -07:00
|
|
|
*/
|
|
|
|
|
2020-01-12 23:30:49 -08:00
|
|
|
#pragma once
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-01-01 11:05:11 -08:00
|
|
|
#include "trigger_structure.h"
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2019-12-07 22:09:39 -08:00
|
|
|
void initializeMazdaMiataNaShape(TriggerWaveform *s);
|
|
|
|
void initializeMazdaMiataNb2Crank(TriggerWaveform *s);
|
|
|
|
void initializeMazdaMiataVVtTestShape(TriggerWaveform *s);
|
|
|
|
void configureMazdaProtegeSOHC(TriggerWaveform *s);
|
|
|
|
void configureMazdaProtegeLx(TriggerWaveform *s);
|
2015-07-10 06:01:56 -07:00
|
|
|
|
2020-04-20 20:44:59 -07:00
|
|
|
/**
|
2020-08-24 22:38:56 -07:00
|
|
|
* TT_VVT_MIATA_NB2
|
|
|
|
* if you unplug crank sensor you can start & run your engine on just this cam decoder
|
2020-04-20 20:44:59 -07:00
|
|
|
* trigger offset "-90" seems to be doing the job
|
2020-08-24 22:38:56 -07:00
|
|
|
*
|
|
|
|
* same decoder is used for VVT processing
|
2020-04-20 20:44:59 -07:00
|
|
|
*/
|
2020-02-04 22:49:33 -08:00
|
|
|
void initializeMazdaMiataVVtCamShape(TriggerWaveform *s);
|