fome-fw/firmware/controllers/trigger/trigger_mazda.h

22 lines
574 B
C
Raw Normal View History

2015-07-10 06:01:56 -07:00
/**
* @file trigger_mazda.h
*
* @date Feb 18, 2014
2015-12-31 13:02:30 -08:00
* @author Andrey Belomutskiy, (c) 2012-2016
2015-07-10 06:01:56 -07:00
*/
#ifndef TRIGGER_MAZDA_H_
#define TRIGGER_MAZDA_H_
#include "trigger_structure.h"
#include "engine.h"
#define MIATA_NA_GAP 1.4930f
2015-10-10 13:01:25 -07:00
void initializeMazdaMiataNaShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
void initializeMazdaMiataNbShape(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
void configureMazdaProtegeSOHC(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
void configureMazdaProtegeLx(TriggerShape *s DECLARE_ENGINE_PARAMETER_S);
2015-07-10 06:01:56 -07:00
#endif /* TRIGGER_MAZDA_H_ */